diff mbox series

[2/2] kbuild: remove 'scripts' dummy target for external module build

Message ID 1542841915-19686-2-git-send-email-yamada.masahiro@socionext.com
State New
Headers show
Series [1/2] kbuild: fix single target build for external module | expand

Commit Message

Masahiro Yamada Nov. 21, 2018, 11:11 p.m. UTC
Make simply skips a missing rule as long as it is marked as PHONY.
Remove the dummy target.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 Makefile | 2 --
 1 file changed, 2 deletions(-)

-- 
2.7.4
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 36f3f0e..269a9bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1604,11 +1604,9 @@  help:
 	@echo  '  clean           - remove generated files in module directory only'
 	@echo  ''
 
-# Dummies...
 PHONY += prepare scripts
 prepare:
 	$(cmd_crmodverdir)
-scripts: ;
 endif # KBUILD_EXTMOD
 
 clean: $(clean-dirs)