blob: a4934ef78a0f27de04d756e516512c5ca2cdb561 [file] [log] [blame]
Rafal Jaworowski8993e542007-07-27 14:43:59 +02001#
Wolfgang Denk03e069d2009-05-16 10:47:37 +02002# (C) Copyright 2007-2009 DENX Software Engineering
Rafal Jaworowski8993e542007-07-27 14:43:59 +02003#
Wolfgang Denk1a459662013-07-08 09:37:19 +02004# SPDX-License-Identifier: GPL-2.0+
Rafal Jaworowski8993e542007-07-27 14:43:59 +02005#
6
Masahiro Yamada06c14112013-10-17 17:35:04 +09007extra-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
Rafal Jaworowski8993e542007-07-27 14:43:59 +020020
Marek Vasut25315682012-05-25 16:14:46 +020021# Stub implementations of cache management functions for USB
Masahiro Yamada06c14112013-10-17 17:35:04 +090022obj-$(CONFIG_USB_EHCI) += cache.o