Re: [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread David Miller
From: Masahiro Yamada Date: Tue, 9 Sep 2014 19:26:19 +0900 > In these Makefiles, at least one of "obj-y" and "obj-" is non-empty, > hence built-in.o is always created without such a trick. > > Signed-off-by: Masahiro Yamada For networking: Acked-by: David S. Miller -- To unsubscribe from th

Re: [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread Simon Horman
On Tue, Sep 09, 2014 at 10:43:37AM -0700, Mike Turquette wrote: > Quoting Masahiro Yamada (2014-09-09 03:26:19) > > In these Makefiles, at least one of "obj-y" and "obj-" is non-empty, > > hence built-in.o is always created without such a trick. > > > > Signed-off-by: Masahiro Yamada > > Acked-b

Re: [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread Mike Turquette
Quoting Masahiro Yamada (2014-09-09 03:26:19) > In these Makefiles, at least one of "obj-y" and "obj-" is non-empty, > hence built-in.o is always created without such a trick. > > Signed-off-by: Masahiro Yamada Acked-by: Mike Turquette > --- > > arch/arm/plat-samsung/Makefile | 1 - > driver

Re: [PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread Peter Foley
On Tue, Sep 9, 2014 at 6:26 AM, Masahiro Yamada wrote: > In these Makefiles, at least one of "obj-y" and "obj-" is non-empty, > hence built-in.o is always created without such a trick. > > Signed-off-by: Masahiro Yamada Acked-by: Peter Foley -- To unsubscribe from this list: send the line "unsu

[PATCH 1/3] kbuild: remove unnecessary "obj- := dummy.o" trick

2014-09-09 Thread Masahiro Yamada
In these Makefiles, at least one of "obj-y" and "obj-" is non-empty, hence built-in.o is always created without such a trick. Signed-off-by: Masahiro Yamada --- arch/arm/plat-samsung/Makefile | 1 - drivers/clk/shmobile/Makefile | 2 -- drivers/net/wimax/Makefile | 4 3 files changed,