diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index d1deda15a4..9c83733345 100644 --- a/Makefile.target +++ b/Makefile.target @@ -565,9 +565,12 @@ CPPFLAGS += -DHAS_AUDIO endif ifeq ($(TARGET_BASE_ARCH), cris) OBJS+= etraxfs.o -OBJS+= ptimer.o +OBJS+= etraxfs_pic.o OBJS+= etraxfs_timer.o OBJS+= etraxfs_ser.o + +OBJS+= ptimer.o +OBJS+= pflash_cfi01.o endif ifeq ($(TARGET_BASE_ARCH), sparc) ifeq ($(TARGET_ARCH), sparc64) |