소스 검색

do not build GRUB 2

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 15 년 전
부모
커밋
8ae4c3eff5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/x86/Makefile

+ 1 - 1
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