summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-10-01 10:25:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2007-10-01 10:25:40 +0200
commit3847938e51fd198addb2cb56fabe345e04a246fe (patch)
treeafe7daad4be2f70779f216128ef11a2df5cb69e2 /Makefile
parent09082c92224535113bdfedc30c99988fb9d398d6 (diff)
downloadbarebox-3847938e51fd198addb2cb56fabe345e04a246fe.tar.gz
barebox-3847938e51fd198addb2cb56fabe345e04a246fe.tar.xz
add .tmp_kallsyms* to CLEAN_FILES
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be9e870013..8a808efd18 100644
--- a/Makefile
+++ b/Makefile
@@ -789,7 +789,8 @@ depend dep:
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += uboot System.map include/uboot_default_env.h \
- .tmp_version .tmp_uboot* uboot.bin uboot.S $(uboot-lds)
+ .tmp_version .tmp_uboot* uboot.bin uboot.S $(uboot-lds) \
+ .tmp_kallsyms*
# Directories & files removed with 'make mrproper'
MRPROPER_DIRS += include/config include2 usr/include