mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-05 01:38:53 +00:00
3135ba642f
There are no platforms that set this, remove the code. Signed-off-by: Tom Rini <trini@konsulko.com>
14 lines
266 B
Makefile
14 lines
266 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
extra-y = start.o
|
|
|
|
obj-$(CONFIG_CPU_PXA27X) += pxa2xx.o
|
|
|
|
obj-y += cpuinfo.o
|
|
obj-y += timer.o
|
|
obj-y += usb.o
|
|
obj-y += relocate.o
|
|
obj-y += cache.o
|