lkml.org 
[lkml]   [2018]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] kbuild: remove 'prepare' and 'scripts' dummies for external module build
Date
Make is lenient enough to ignore missing rules as long as they are marked
as PHONY. Remove dummy targets.

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

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

diff --git a/Makefile b/Makefile
index 766a64e..7508243 100644
--- a/Makefile
+++ b/Makefile
@@ -1610,10 +1610,7 @@ help:
@echo ' clean - remove generated files in module directory only'
@echo ''

-# Dummies...
PHONY += prepare scripts
-prepare: ;
-scripts: ;
endif # KBUILD_EXTMOD

clean: $(clean-dirs)
--
2.7.4
\
 
 \ /
  Last update: 2018-11-12 05:02    [W:0.056 / U:0.228 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site