diff options
Diffstat (limited to 'arch/arm/mach-u300/Makefile')
-rw-r--r-- | arch/arm/mach-u300/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile new file mode 100644 index 00000000..fd3a5c38 --- /dev/null +++ b/arch/arm/mach-u300/Makefile @@ -0,0 +1,14 @@ +# +# Makefile for the linux kernel, U300 machine. +# + +obj-y := core.o clock.o timer.o +obj-m := +obj-n := +obj- := + +obj-$(CONFIG_ARCH_U300) += u300.o +obj-$(CONFIG_SPI_PL022) += spi.o +obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o +obj-$(CONFIG_I2C_STU300) += i2c.o +obj-$(CONFIG_REGULATOR_AB3100) += regulator.o |