diff options
author | dmitry pervushin <dpervushin@embeddedalley.com> | 2009-04-22 18:57:28 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-27 05:28:09 -0400 |
commit | bc19d892a14cbb31d838813b2225e262a6c01341 (patch) | |
tree | 833c884534ce314d16b55ef0c3c60cecacc544f8 /arch/arm/mach-stmp378x/Makefile | |
parent | 45d9108011b9dfb4fccd6c258290d2185145709b (diff) |
[ARM] 5464/1: Freescale STMP platform support [7/10]
Sources: support for 378x boards
Signed-off-by: dmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-stmp378x/Makefile')
-rw-r--r-- | arch/arm/mach-stmp378x/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-stmp378x/Makefile b/arch/arm/mach-stmp378x/Makefile new file mode 100644 index 000000000000..d156f76b379f --- /dev/null +++ b/arch/arm/mach-stmp378x/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | obj-$(CONFIG_ARCH_STMP378X) += stmp378x.o | ||
2 | obj-$(CONFIG_MACH_STMP378X) += stmp378x_devb.o | ||