diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2010-11-20 18:32:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 20:22:44 +0100 |
commit | 8ae4c3eff510cc563dd64aceb5a2dda4d559e718 (patch) | |
tree | 5a4611966fb2ec1c68209016583377e7a14a9492 /target | |
parent | c0a339df2c53b06480386b96b534830360c09a50 (diff) |
do not build GRUB 2
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/Makefile b/target/x86/Makefile index 15bf7258e..dc4edf146 100644 --- a/target/x86/Makefile +++ b/target/x86/Makefile @@ -38,7 +38,7 @@ ifeq ($(ADK_HARDWARE_QEMU_X86),y) endif endif ifeq ($(FS),usb) -imageinstall: tools-compile $(BIN_DIR)/$(ROOTFSTARBALL) +imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL) @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)" @echo "To install everything to USB use scripts/install.sh" endif |