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