diff options
Diffstat (limited to 'roms/u-boot/board/freescale/ls1021aiot/Makefile')
-rw-r--r-- | roms/u-boot/board/freescale/ls1021aiot/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/board/freescale/ls1021aiot/Makefile b/roms/u-boot/board/freescale/ls1021aiot/Makefile new file mode 100644 index 000000000..bec151fd2 --- /dev/null +++ b/roms/u-boot/board/freescale/ls1021aiot/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2016 Freescale Semiconductor, Inc. + +obj-y += ls1021aiot.o +obj-$(CONFIG_VIDEO_FSL_DCU_FB) += dcu.o +obj-$(CONFIG_ARMV7_PSCI) += psci.o |