~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/arch/powerpc/cpu/mpc512x/Makefile

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

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