diff options
author | viresh kumar <viresh.kumar@st.com> | 2010-04-01 07:31:01 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-04-14 06:34:35 -0400 |
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 @@ | |||
1 | # | ||
2 | # Makefile for SPEAr6XX machine series | ||
3 | # | ||
4 | |||
5 | # common files | ||
6 | obj-y += clock.o spear6xx.o | ||
7 | |||
8 | # spear600 specific files | ||
9 | obj-$(CONFIG_MACH_SPEAR600) += spear600.o | ||
10 | |||
11 | # spear600 boards files | ||
12 | obj-$(CONFIG_BOARD_SPEAR600_EVB) += spear600_evb.o | ||