mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
#
|
||
|
# Copyright 2016 Freescale Semiconductor, Inc.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += ls1021aiot.o
|
||
|
obj-$(CONFIG_FSL_DCU_FB) += dcu.o
|
||
|
obj-$(CONFIG_ARMV7_PSCI) += psci.o
|