diff options
author | Jonas Aaberg <jonas.aberg@stericsson.com> | 2010-05-19 09:03:31 +0200 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:43:17 -0600 |
commit | 22f90f46e39483877cad247076f56a7ff8b17220 (patch) | |
tree | 92dd0f8954fe7c41d0160a1ab0b7f38d81b6fd60 /arch/arm/mach-ux500/Makefile | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) | |
download | linux-2.6.34-ux500-22f90f46e39483877cad247076f56a7ff8b17220.tar.gz |
mach-ux500: renamed mainline version to ux500-mainline
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r-- | arch/arm/mach-ux500/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile deleted file mode 100644 index 95e6e24c004..00000000000 --- a/arch/arm/mach-ux500/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# -# Makefile for the linux kernel, U8500 machine. -# - -obj-y := clock.o -obj-$(CONFIG_ARCH_U8500) += cpu-u8500.o -obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o -obj-$(CONFIG_SMP) += platsmp.o headsmp.o localtimer.o |