We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make ARCH=um mrproper
1 parent 62d0fd5 commit 63ec90fCopy full SHA for 63ec90f
arch/um/Makefile
@@ -140,6 +140,7 @@ export CFLAGS_vmlinux := $(LINK-y) $(LINK_WRAPS) $(LD_FLAGS_CMDLINE)
140
# When cleaning we don't include .config, so we don't include
141
# TT or skas makefiles and don't clean skas_ptregs.h.
142
CLEAN_FILES += linux x.i gmon.out
143
+MRPROPER_DIRS += arch/$(SUBARCH)/include/generated
144
145
archclean:
146
@find . \( -name '*.bb' -o -name '*.bbg' -o -name '*.da' \
0 commit comments