Re: [PATCH 14/15] SPEAR13xx: Update makefile for PCIe inclusion
From: viresh kumar <viresh.kumar@linaro.org>
Date: 2012-10-29 13:34:19
Also in:
linux-pci
From: viresh kumar <viresh.kumar@linaro.org>
Date: 2012-10-29 13:34:19
Also in:
linux-pci
On Mon, Oct 29, 2012 at 12:31 PM, Pratyush Anand [off-list ref] wrote:
Signed-off-by: Pratyush Anand <redacted> --- arch/arm/mach-spear13xx/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)diff --git a/arch/arm/mach-spear13xx/Makefile b/arch/arm/mach-spear13xx/Makefile index b721566..f7a42fb 100644 --- a/arch/arm/mach-spear13xx/Makefile +++ b/arch/arm/mach-spear13xx/Makefile@@ -9,3 +9,4 @@ obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o obj-$(CONFIG_SUSPEND) += pm.o wakeup.o sleep_1340.o sleep_1310.o obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o +obj-$(CONFIG_SPEAR13XX_PCI) += pcie.o
Add this before Machines. Also, you can add Kconfig and Makefile changes with drivers patch only.