diff options
Diffstat (limited to 'cpu/sh4/Makefile')
-rw-r--r-- | cpu/sh4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile index 1bb8bd7729..7a53cb6dc4 100644 --- a/cpu/sh4/Makefile +++ b/cpu/sh4/Makefile @@ -29,7 +29,8 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -OBJS = cpu.o interrupts.o watchdog.o time.o cache.o +OBJS = cpu.o interrupts.o watchdog.o time.o cache.o \ + pci-sh4.o pci-sh7780.o all: .depend $(START) $(LIB) |