diff options
Diffstat (limited to 'board/freescale/mpc8641hpcn/Makefile')
-rw-r--r-- | board/freescale/mpc8641hpcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8641hpcn/Makefile b/board/freescale/mpc8641hpcn/Makefile index 201da3e..e73e7ba 100644 --- a/board/freescale/mpc8641hpcn/Makefile +++ b/board/freescale/mpc8641hpcn/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS := $(BOARD).o +COBJS := $(BOARD).o law.o SOBJS := init.o |