summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx/Makefile
blob: c78ddf71def4482ca079d72b084403ba66a3c6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
obj-y 				+= cpu.o
obj-y				+= cpu_init.o
obj-y				+= ide.o
obj-y				+= loadtask.o
obj-y				+= pci_mpc5200.o
obj-y				+= speed.o
obj-y				+= traps.o
extra-y				+= start.o
obj-$(CONFIG_MPC5200)		+= firmware_sc_task_bestcomm.impl.o
obj-$(CONFIG_INTERRUPTS)	+= interrupts.o
obj-$(CONFIG_REGINFO)		+= reginfo.o

#obj-y += firmware_sc_task.impl.o
#obj-y += io.o