blob: a4934ef78a0f27de04d756e516512c5ca2cdb561 [file] [log] [blame]
Nest DevInfra119e14c2017-06-27 20:58:52 +00001#
2# (C) Copyright 2007-2009 DENX Software Engineering
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7extra-y = start.o
8obj-y := cpu.o
9obj-y += traps.o
10obj-y += cpu_init.o
11obj-y += fixed_sdram.o
12obj-y += i2c.o
13obj-y += interrupts.o
14obj-y += iopin.o
15obj-y += serial.o
16obj-y += speed.o
17obj-$(CONFIG_FSL_DIU_FB) += diu.o
18obj-$(CONFIG_CMD_IDE) += ide.o
19obj-$(CONFIG_PCI) += pci.o
20
21# Stub implementations of cache management functions for USB
22obj-$(CONFIG_USB_EHCI) += cache.o