summaryrefslogtreecommitdiffstats
path: root/arch/arm/common/Makefile
diff options
context:
space:
mode:
authorRussell King2006-01-13 22:30:48 +0100
committerRussell King2006-01-13 22:30:48 +0100
commitfa0fe48fcca9ea7f8c13e21d2646bbaa1747d183 (patch)
tree803a155f42d989ad15d3dc74389dfa6277a78895 /arch/arm/common/Makefile
parent[ARM] Remove useless 'default n' from Kconfig files (diff)
downloadkernel-qcow2-linux-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.tar.gz
kernel-qcow2-linux-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.tar.xz
kernel-qcow2-linux-fa0fe48fcca9ea7f8c13e21d2646bbaa1747d183.zip
[ARM] Separate VIC (vectored interrupt controller) support from Versatile
Other machines may wish to make use of the VIC support code, so move it to arch/arm/common. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/common/Makefile')
-rw-r--r--arch/arm/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/common/Makefile b/arch/arm/common/Makefile
index ec8d17c96906..c81a2ff6b5be 100644
--- a/arch/arm/common/Makefile
+++ b/arch/arm/common/Makefile
@@ -4,6 +4,7 @@
obj-y += rtctime.o
obj-$(CONFIG_ARM_GIC) += gic.o
+obj-$(CONFIG_ARM_VIC) += vic.o
obj-$(CONFIG_ICST525) += icst525.o
obj-$(CONFIG_ICST307) += icst307.o
obj-$(CONFIG_SA1111) += sa1111.o