diff options
author | viresh kumar | 2010-04-01 12:31:01 +0100 |
---|---|---|
committer | Russell King | 2010-04-14 11:34:35 +0100 |
commit | 8f590d4541fb678a638777ab987709217cb71365 (patch) | |
tree | 316053a28807ad5c05a312fcd48475bb9903d42b /arch/arm/mach-spear6xx/Makefile | |
parent | 8c0236fc465c71d98203bcf5609db01b9cf5f70f (diff) |
ARM: 6015/1: ST SPEAr: Added source files for SPEAr6xx machine family
Reviewed-by: Linus Walleij <linux.walleij@stericsson.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear6xx/Makefile')
-rw-r--r-- | arch/arm/mach-spear6xx/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-spear6xx/Makefile b/arch/arm/mach-spear6xx/Makefile new file mode 100644 index 000000000000..cc1a4d82d459 --- /dev/null +++ b/arch/arm/mach-spear6xx/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for SPEAr6XX machine series +# + +# common files +obj-y += clock.o spear6xx.o + +# spear600 specific files +obj-$(CONFIG_MACH_SPEAR600) += spear600.o + +# spear600 boards files +obj-$(CONFIG_BOARD_SPEAR600_EVB) += spear600_evb.o |