2007-07-27 12:43:59 +00:00
|
|
|
#
|
2009-05-16 08:47:37 +00:00
|
|
|
# (C) Copyright 2007-2009 DENX Software Engineering
|
2007-07-27 12:43:59 +00:00
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2007-07-27 12:43:59 +00:00
|
|
|
#
|
|
|
|
|
2013-10-17 08:35:04 +00:00
|
|
|
extra-y = start.o
|
|
|
|
obj-y := cpu.o
|
|
|
|
obj-y += traps.o
|
|
|
|
obj-y += cpu_init.o
|
|
|
|
obj-y += fixed_sdram.o
|
|
|
|
obj-y += i2c.o
|
|
|
|
obj-y += interrupts.o
|
|
|
|
obj-y += iopin.o
|
|
|
|
obj-y += serial.o
|
|
|
|
obj-y += speed.o
|
|
|
|
obj-$(CONFIG_FSL_DIU_FB) += diu.o
|
|
|
|
obj-$(CONFIG_CMD_IDE) += ide.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
2007-07-27 12:43:59 +00:00
|
|
|
|
2012-05-25 14:14:46 +00:00
|
|
|
# Stub implementations of cache management functions for USB
|
2013-10-17 08:35:04 +00:00
|
|
|
obj-$(CONFIG_USB_EHCI) += cache.o
|