diff options
Diffstat (limited to 'board/atum8548/Makefile')
-rw-r--r-- | board/atum8548/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atum8548/Makefile b/board/atum8548/Makefile index e198062..bf0830c 100644 --- a/board/atum8548/Makefile +++ b/board/atum8548/Makefile @@ -29,7 +29,7 @@ endif LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o |