diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-12-27 23:45:51 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-12-27 23:45:51 +0100 |
commit | e5570bbc9c06634cfac94e06ac1432b53d8595e5 (patch) | |
tree | bfaf6b5ddedaa03d31400b25b25cfaa3bd0c9107 /arch/arm/plat-mxc/Makefile | |
parent | Linux 3.2-rc4 (diff) | |
parent | arm/tegra: Compile tegra_dt_init_irq only when CONFIG_OF (diff) | |
download | linux-e5570bbc9c06634cfac94e06ac1432b53d8595e5.tar.xz linux-e5570bbc9c06634cfac94e06ac1432b53d8595e5.zip |
Merge branch 'for-3.3/soc' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/tegra into tegra/soc
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r-- | arch/arm/plat-mxc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index b9f0f5f499a4..076db84f3e31 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -5,7 +5,6 @@ # Common support obj-y := clock.o time.o devices.o cpu.o system.o irq-common.o -obj-$(CONFIG_ARM_GIC) += gic.o obj-$(CONFIG_MXC_TZIC) += tzic.o obj-$(CONFIG_MXC_AVIC) += avic.o |