mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
77f46f0607
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>
6 lines
143 B
Makefile
6 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
|