Message ID | 1299884892-6766-9-git-send-email-mathieu.poirier@linaro.org |
---|---|
State | Superseded |
Headers | show |
On Saturday 12 March 2011 00:08:10 mathieu.poirier@linaro.org wrote: > From: Mathieu J. Poirier <mathieu.poirier@linaro.org> > > Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> > --- > arch/arm/mach-ux500/Makefile | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) It's better to patch the Makefile in the same patch that adds the file, splitting this in the way you do has no benefit but makes both patches useless by themselves. Arnd
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 016cb9f..c7c7c46 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -13,6 +13,8 @@ obj-$(CONFIG_MACH_U8500) += board-mop500.o board-mop500-sdi.o \ board-mop500-pins.o obj-$(CONFIG_MACH_U8500_SNOWBALL) += board-snowball.o \ board-snowball-pins.o \ + board-snowball-netdev.o \ + board-snowball-digio.o \ board-mop500-regulators.o board-mop500-sdi.o obj-$(CONFIG_MACH_U5500) += board-u5500.o board-u5500-sdi.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o