summaryrefslogtreecommitdiffstats
path: root/board/at91rm9200dk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/at91rm9200dk/Makefile')
-rw-r--r--board/at91rm9200dk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/at91rm9200dk/Makefile b/board/at91rm9200dk/Makefile
index d925d3329f..93ba699e64 100644
--- a/board/at91rm9200dk/Makefile
+++ b/board/at91rm9200dk/Makefile
@@ -29,7 +29,7 @@ OBJS := at91rm9200dk.o flash.o
SOBJS :=
$(LIB): $(OBJS) $(SOBJS)
- $(AR) crv $@ $^
+ $(AR) crv $@ $(OBJS) $(SOBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud