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.
1 parent 3345793 commit a5a319eCopy full SHA for a5a319e
arch/um/Makefile
@@ -149,7 +149,7 @@ export CFLAGS_vmlinux := $(LINK-y) $(LINK_WRAPS) $(LD_FLAGS_CMDLINE) $(CC_FLAGS_
149
# When cleaning we don't include .config, so we don't include
150
# TT or skas makefiles and don't clean skas_ptregs.h.
151
CLEAN_FILES += linux x.i gmon.out
152
-MRPROPER_FILES += arch/$(SUBARCH)/include/generated
+MRPROPER_FILES += $(HOST_DIR)/include/generated
153
154
archclean:
155
@find . \( -name '*.bb' -o -name '*.bbg' -o -name '*.da' \
0 commit comments