diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-spear3xx/Makefile')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-spear3xx/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-spear3xx/Makefile b/ANDROID_3.4.5/arch/arm/mach-spear3xx/Makefile deleted file mode 100644 index b2486248..00000000 --- a/ANDROID_3.4.5/arch/arm/mach-spear3xx/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# Makefile for SPEAr3XX machine series -# - -# common files -obj-y += spear3xx.o clock.o - -# spear300 specific files -obj-$(CONFIG_MACH_SPEAR300) += spear300.o - -# spear300 boards files -obj-$(CONFIG_BOARD_SPEAR300_EVB) += spear300_evb.o - - -# spear310 specific files -obj-$(CONFIG_MACH_SPEAR310) += spear310.o - -# spear310 boards files -obj-$(CONFIG_BOARD_SPEAR310_EVB) += spear310_evb.o - - -# spear320 specific files -obj-$(CONFIG_MACH_SPEAR320) += spear320.o - -# spear320 boards files -obj-$(CONFIG_BOARD_SPEAR320_EVB) += spear320_evb.o |