diff options
Diffstat (limited to 'cpu/mpc8xx/Makefile')
-rw-r--r-- | cpu/mpc8xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc8xx/Makefile b/cpu/mpc8xx/Makefile index be62ca8f21e..8b05721d5c2 100644 --- a/cpu/mpc8xx/Makefile +++ b/cpu/mpc8xx/Makefile @@ -31,7 +31,7 @@ START = start.o kgdb.o OBJS = bedbug_860.o commproc.o cpu.o cpu_init.o \ fec.o i2c.o interrupts.o lcd.o scc.o \ serial.o speed.o spi.o status_led.o\ - traps.o upatch.o video.o wlkbd.o + traps.o upatch.o video.o all: .depend $(START) $(LIB) |