X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=cpu%2Fmpc8260%2FMakefile;h=22d323e21dcd09820ef619e2135bfc54bdd90175;hp=80afc96cacbab77c7d0989f067d7167307eea4d6;hb=4d75a504d00e65253229e1d1b798a7c37041f078;hpb=44e5c5c4f1b46991477140540b73df224eb1e4fc diff --git a/cpu/mpc8260/Makefile b/cpu/mpc8260/Makefile index 80afc96cac..22d323e21d 100644 --- a/cpu/mpc8260/Makefile +++ b/cpu/mpc8260/Makefile @@ -28,7 +28,7 @@ LIB = lib$(CPU).a START = start.o kgdb.o OBJS = traps.o serial_smc.o serial_scc.o cpu.o cpu_init.o speed.o \ interrupts.o ether_scc.o ether_fcc.o i2c.o commproc.o \ - bedbug_603e.o status_led.o + bedbug_603e.o status_led.o pci.o all: .depend $(START) $(LIB)