diff options
Diffstat (limited to 'board/purple/Makefile')
-rw-r--r-- | board/purple/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/purple/Makefile b/board/purple/Makefile index d1b00563bf7..a9463b62157 100644 --- a/board/purple/Makefile +++ b/board/purple/Makefile @@ -1,3 +1,4 @@ + # # (C) Copyright 2003 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -29,7 +30,7 @@ OBJS = $(BOARD).o flash.o sconsole.o SOBJS = memsetup.o $(LIB): .depend $(OBJS) $(SOBJS) - $(AR) crv $@ $^ + $(AR) crv $@ $(OBJS) ######################################################################### |