diff options
Diffstat (limited to 'board/smdk2400/Makefile')
-rw-r--r-- | board/smdk2400/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/smdk2400/Makefile b/board/smdk2400/Makefile index 6dbd4e7..367eabd 100644 --- a/board/smdk2400/Makefile +++ b/board/smdk2400/Makefile @@ -29,7 +29,7 @@ OBJS := smdk2400.o flash.o SOBJS := memsetup.o $(LIB): $(OBJS) $(SOBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) $(SOBJS) clean: rm -f $(SOBJS) $(OBJS) |