summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-11 19:10:59 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-11 19:10:59 +0200
commit2636f0ed7b5fe9ddbc1cb3f9c9348550c7eac099 (patch)
tree5ab11a145fe690aa91be5931cd56044cdba65722 /tools/Makefile
parent2b19147fc3652939ca14a0b9b5b8f3a35381ae74 (diff)
use genext2fs on MacOS X to create qemu images
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e4e0b249b..ee096db61 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
-TARGETS:=adk mkcrypt cpio mkimage
+TARGETS:=adk mkcrypt cpio mkimage genext2fs
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))