Re: [PATCH] kbuild: remove 'prepare' and 'scripts' dummies for external module build

2018-11-13 Thread Masahiro Yamada
On Mon, Nov 12, 2018 at 1:02 PM Masahiro Yamada wrote: > > Make is lenient enough to ignore missing rules as long as they are marked > as PHONY. Remove dummy targets. > > Signed-off-by: Masahiro Yamada > --- Applied to linux-kbuild. > > Makefile | 3 --- > 1 file changed, 3 deletions(-) > > d

[PATCH] kbuild: remove 'prepare' and 'scripts' dummies for external module build

2018-11-11 Thread Masahiro Yamada
Make is lenient enough to ignore missing rules as long as they are marked as PHONY. Remove dummy targets. Signed-off-by: Masahiro Yamada --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 766a64e..7508243 100644 --- a/Makefile +++ b/Makefile @@ -1610,10