Re: [PATCH 1/3] treewide: remove explicit rules for *offsets.s

2018-12-24 Thread Masahiro Yamada
On Sun, Dec 23, 2018 at 7:32 PM Masahiro Yamada wrote: > > These explicit rules are unneeded because scripts/Makefile.build > provides a pattern rule to create %.s from %.c > > Signed-off-by: Masahiro Yamada > --- Series, applied to linux-kbuild. > Kbuild | 9 +---

[PATCH 1/3] treewide: remove explicit rules for *offsets.s

2018-12-22 Thread Masahiro Yamada
These explicit rules are unneeded because scripts/Makefile.build provides a pattern rule to create %.s from %.c Signed-off-by: Masahiro Yamada --- Kbuild | 9 + arch/arm/mach-at91/Makefile | 3 --- arch/arm/mach-omap2/Makefile| 3 --- arch/ia