Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid...
[deliverable/linux.git] / drivers / Makefile
index da72e328f77562c9f6403621a6303c17954e0443..f98b50d8251d3849dfb871ca1fef595f0677bbc0 100644 (file)
@@ -33,6 +33,9 @@ obj-y                         += amba/
 # really early.
 obj-$(CONFIG_DMADEVICES)       += dma/
 
+# SOC specific infrastructure drivers.
+obj-y                          += soc/
+
 obj-$(CONFIG_VIRTIO)           += virtio/
 obj-$(CONFIG_XEN)              += xen/
 
@@ -118,7 +121,7 @@ obj-$(CONFIG_SGI_SN)                += sn/
 obj-y                          += firmware/
 obj-$(CONFIG_CRYPTO)           += crypto/
 obj-$(CONFIG_SUPERH)           += sh/
-obj-$(CONFIG_ARCH_SHMOBILE_LEGACY)     += sh/
+obj-$(CONFIG_ARCH_SHMOBILE)    += sh/
 ifndef CONFIG_ARCH_USES_GETTIMEOFFSET
 obj-y                          += clocksource/
 endif
This page took 0.028934 seconds and 5 git commands to generate.