diff options
author | wdenk <wdenk> | 2003-08-05 18:22:44 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-08-05 18:22:44 +0000 |
commit | 96e48cf6c14319f87b38a1d3b6ec9139c9d0469d (patch) | |
tree | 7e9f40e0a4bc9dcdda65bf7018ebc9f315df8bee /cpu/mpc5xxx/Makefile | |
parent | bdccc4fedcf9c5fc1f06e8f833d792198c9d04ae (diff) |
* Fix PCI support for MPC5200 / IceCube Board
Diffstat (limited to 'cpu/mpc5xxx/Makefile')
-rw-r--r-- | cpu/mpc5xxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/Makefile b/cpu/mpc5xxx/Makefile index 2688ee62b57..74ec64c5b15 100644 --- a/cpu/mpc5xxx/Makefile +++ b/cpu/mpc5xxx/Makefile @@ -28,7 +28,7 @@ LIB = lib$(CPU).a START = start.o ASOBJS = io.o firmware_sc_task_bestcomm.impl.o firmware_sc_task.impl.o OBJS = traps.o cpu.o cpu_init.o speed.o interrupts.o serial.o \ - loadtask.o fec.o + loadtask.o fec.o pci_mpc5200.o all: .depend $(START) $(ASOBJS) $(LIB) |