mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
This does not use driver model and is more than two years past the migration date. Drop it. It can be added back later if needed. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
143 B
Makefile
7 lines
143 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2016 Freescale Semiconductor, Inc.
|
|
|
|
obj-y += ls1021aiot.o
|
|
obj-$(CONFIG_ARMV7_PSCI) += psci.o
|