diff options
Diffstat (limited to 'board/cds/mpc8548cds/Makefile')
-rw-r--r-- | board/cds/mpc8548cds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cds/mpc8548cds/Makefile b/board/cds/mpc8548cds/Makefile index 0d4abbd..aea6136 100644 --- a/board/cds/mpc8548cds/Makefile +++ b/board/cds/mpc8548cds/Makefile @@ -28,7 +28,8 @@ LIB = lib$(BOARD).a OBJS := $(BOARD).o \ ../common/cadmus.o \ - ../common/eeprom.o + ../common/eeprom.o \ + ../common/ft_board.o SOBJS := init.o |