summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cd188a723..d5db6d63d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
$(BOOT_IMG): $(BINS)
if [ ! -e modules ]; then $(MAKE) update_kernel; fi
- #./make_boot_img $@ $(@:gi_%.img=%)
+# ./make_boot_img $@ $(@:gi_%.img=%)
./make_boot_img $@ $(@:gi_%.img=%)
$(BINS):