diff options
Diffstat (limited to 'kernel/arch/arm/mach-u300/Makefile')
-rw-r--r-- | kernel/arch/arm/mach-u300/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-u300/Makefile b/kernel/arch/arm/mach-u300/Makefile new file mode 100644 index 000000000..87d37de05 --- /dev/null +++ b/kernel/arch/arm/mach-u300/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the linux kernel, U300 machine. +# + +obj-y := core.o + +obj-$(CONFIG_MACH_U300_SPIDUMMY) += dummyspichip.o +obj-$(CONFIG_REGULATOR_AB3100) += regulator.o |