diff options
Diffstat (limited to 'arch/arm/mach-u300/Makefile')
-rw-r--r-- | arch/arm/mach-u300/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/Makefile b/arch/arm/mach-u300/Makefile new file mode 100644 index 000000000000..24950e0df4b4 --- /dev/null +++ b/arch/arm/mach-u300/Makefile | |||
@@ -0,0 +1,11 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel, U300 machine. | ||
3 | # | ||
4 | |||
5 | obj-y := core.o clock.o timer.o gpio.o padmux.o | ||
6 | obj-m := | ||
7 | obj-n := | ||
8 | obj- := | ||
9 | |||
10 | obj-$(CONFIG_ARCH_U300) += u300.o | ||
11 | obj-$(CONFIG_MMC) += mmc.o | ||