aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-picoxcell/Makefile
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-07-25 17:36:42 +0100
committerJamie Iles <jamie@jamieiles.com>2011-09-26 16:11:56 +0100
commitaf75655c066621352c419646ec0775e9523dc720 (patch)
treeae3895ab4f9d8ce7823f4ef4dcbdbb8f838f3073 /arch/arm/mach-picoxcell/Makefile
parentLinux 3.1-rc4 (diff)
downloadlinux-dev-af75655c066621352c419646ec0775e9523dc720.tar.xz
linux-dev-af75655c066621352c419646ec0775e9523dc720.zip
picoxcell: support for Picochip picoxcell devices
picoXcell is a family of femtocell devices with an ARM application processor and picoArray DSP processor array. This patch adds support for picoXcell boards to be booted using the device tree registering the VIC's, UART's and timers. v3: - fixup vic compatible string in binding v2: - cleanup empty mach headers - convert to of_platform_populate() - simplify uncompress.h - split vic node into 2 devices - add missing __initconst attributes Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/mach-picoxcell/Makefile')
-rw-r--r--arch/arm/mach-picoxcell/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-picoxcell/Makefile b/arch/arm/mach-picoxcell/Makefile
new file mode 100644
index 000000000000..c550b6363488
--- /dev/null
+++ b/arch/arm/mach-picoxcell/Makefile
@@ -0,0 +1,3 @@
+obj-y := common.o
+obj-y += time.o
+obj-y += io.o