mm/Makefile: fix make rpm-pkg fail
Fix make clean error as below: scripts/Makefile.clean:15: mm/damon/Makefile: No such file or directory make[4]: *** No rule to make target 'mm/damon/Makefile'. make[4]: Failed to remake makefile 'mm/damon/Makefile'. make[3]: *** [scripts/Makefile.clean:67: mm/damon] Error 2 make[3]: Target '__clean' not remade because of errors. make[2]: *** [Makefile:1783: _clean_mm] Error 2 make[2]: Target 'clean' not remade because of errors. make[1]: *** [scripts/Makefile.package:56: rpm-pkg] Error 2 make: *** [Makefile:1511: rpm-pkg] Error 2 Signed-off-by: Jianping Liu <frankjpliu@tencent.com>
This commit is contained in:
parent
1ed2f4729e
commit
ed46a5009f
|
@ -102,7 +102,6 @@ obj-$(CONFIG_USERFAULTFD) += userfaultfd.o
|
|||
obj-$(CONFIG_IDLE_PAGE_TRACKING) += page_idle.o
|
||||
obj-$(CONFIG_FRAME_VECTOR) += frame_vector.o
|
||||
obj-$(CONFIG_DEBUG_PAGE_REF) += debug_page_ref.o
|
||||
obj-$(CONFIG_DAMON) += damon/
|
||||
obj-$(CONFIG_HARDENED_USERCOPY) += usercopy.o
|
||||
obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
|
||||
obj-$(CONFIG_ZONE_DEVICE) += memremap.o
|
||||
|
|
Loading…
Reference in New Issue