aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-06-06 05:48:59 +0200
committerArnd Bergmann <arnd@arndb.de>2012-06-06 05:48:59 +0200
commit90dd6ca64647579a774a510422ca7e55beb666c7 (patch)
tree606c038d07bd60ff74429250b28029adc67de28a
parent9ede0814d2f7fe1bf2ab47f1e37b796fe2264ede (diff)
downloadflashbench-90dd6ca64647579a774a510422ca7e55beb666c7.tar.gz
flashbench: fix Makefile
This avoids link errors that people have reported Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8fbd119..f83b220 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ vm.o: vm.c vm.h dev.h
flashbench.o: flashbench.c vm.h dev.h
flashbench: flashbench.o dev.o vm.o
+ $(CC) -o $@ flashbench.o dev.o vm.o $(LDFLAGS)
+
erase: erase.o