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