mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
9cfc059853
Tested with OHCI and pxafb drivers - no issues found Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
17 lines
307 B
Makefile
17 lines
307 B
Makefile
#
|
|
# (C) Copyright 2000-2006
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
extra-y = start.o
|
|
|
|
obj-$(CONFIG_CPU_PXA25X) += pxa2xx.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
|