]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: footbridge: fix build with PCI disabled
authorArnd Bergmann <arnd@arndb.de>
Sat, 15 Mar 2014 10:27:28 +0000 (11:27 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:26:09 +0000 (18:26 +0100)
commit570977a1fc5d4c1ade5107c03336b0845aed7005
treed2589c0f121f77a8fb826b49d9de35b36be53271
parentad9faf4c4cb375550d0b1acad604f7b8755563d7
ARM: footbridge: fix build with PCI disabled

The dc21285.c source file cannot be built when CONFIG_PCI is
disabled, because it calls a number of PCI core interfaces.

This changes the Makefile so we don't include this file in the
build if CONFIG_PCI is disabled. No other code references anything
defined inside of this file in this case.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
arch/arm/mach-footbridge/Makefile