diff options
Diffstat (limited to 'board/sbc8641d/Makefile')
-rw-r--r-- | board/sbc8641d/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/sbc8641d/Makefile b/board/sbc8641d/Makefile index a90b725db46..115df0532ba 100644 --- a/board/sbc8641d/Makefile +++ b/board/sbc8641d/Makefile @@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o -SOBJS := init.o +COBJS := $(BOARD).o law.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |