blob: 65425904c18dd7e61807fbc5aac9531d73ee4f30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2014, Freescale Semiconductor
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += cpu.o
obj-y += lowlevel.o
obj-y += soc.o
obj-y += speed.o
obj-$(CONFIG_MP) += mp.o
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|