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 c3d155efa..cd188a723 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(BOOT_IMG)
cp -f $(BOOT_IMG) /export/images
clean:
- rm -rf $(BOOT_IMG) $(BINS) modules vmlinuz
+ rm -rf $(BOOT_IMG) $(BINS) modules vmlinuz System.map
$(BOOT_IMG): $(BINS)
if [ ! -e modules ]; then $(MAKE) update_kernel; fi