summaryrefslogtreecommitdiffstats
path: root/board/mousse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/mousse/Makefile')
-rw-r--r--board/mousse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/mousse/Makefile b/board/mousse/Makefile
index 6d9df89a5a..ddc5546e7f 100644
--- a/board/mousse/Makefile
+++ b/board/mousse/Makefile
@@ -1,3 +1,4 @@
+
#
# (C) Copyright 2001
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
@@ -28,7 +29,7 @@ LIB = lib$(BOARD).a
OBJS = $(BOARD).o m48t59y.o pci.o flash.o
$(LIB): .depend $(OBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS)
#########################################################################
OpenPOWER on IntegriCloud