diff options
Diffstat (limited to 'board/omap5912osk/Makefile')
-rw-r--r-- | board/omap5912osk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/omap5912osk/Makefile b/board/omap5912osk/Makefile index ef60dd2..4b56421 100644 --- a/board/omap5912osk/Makefile +++ b/board/omap5912osk/Makefile @@ -25,8 +25,8 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := omap5912osk.o flash.o -SOBJS := platform.o +OBJS := omap5912osk.o +SOBJS := lowlevel_init.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $^ |