aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Snitselaar2012-02-04 03:55:59 -0600
committerMichal Marek2012-02-24 18:18:56 -0600
commitfb68d4be95fef4aab82c2a97da93a898d532dd57 (patch)
tree114323fdd7b05172a2af37036276d67c31eb81f4 /Makefile
parentf858ee8b8cd8c216ddbeefae6e047ce90cae9cca (diff)
downloadlinux-phy-fb68d4be95fef4aab82c2a97da93a898d532dd57.tar.gz
linux-phy-fb68d4be95fef4aab82c2a97da93a898d532dd57.tar.xz
linux-phy-fb68d4be95fef4aab82c2a97da93a898d532dd57.zip
kbuild: clean up samples directory
Playing around with make randconfig I ended up with CONFIG_SAMPLES set. After cleaning up the build I noticed that git status was showing samples/hidraw/hid-example as an untracked file. Adding samples to clean-dirs seems to solve the problem, but I don't know if that is the correct way to solve the issue. Signed-off-by: Gerard Snitselaar <dev@snitselaar.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 71e6ed21dd15..b3c944ef9097 100644
--- a/Makefile
+++ b/Makefile
@@ -1170,7 +1170,7 @@ MRPROPER_FILES += .config .config.old .version .old_version \
1170# 1170#
1171clean: rm-dirs := $(CLEAN_DIRS) 1171clean: rm-dirs := $(CLEAN_DIRS)
1172clean: rm-files := $(CLEAN_FILES) 1172clean: rm-files := $(CLEAN_FILES)
1173clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation) 1173clean-dirs := $(addprefix _clean_, . $(vmlinux-alldirs) Documentation samples)
1174 1174
1175PHONY += $(clean-dirs) clean archclean 1175PHONY += $(clean-dirs) clean archclean
1176$(clean-dirs): 1176$(clean-dirs):