]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/mips/ath79/Makefile
MIPS: ath79: Add initial support for the Atheros AP81 reference board
[mv-sheeva.git] / arch / mips / ath79 / Makefile
index 31e0f83ddf68079bd8766a7b9c01c653a3e39981..a245e3645271866d916581d70d0b4e4e34c560af 100644 (file)
@@ -8,7 +8,7 @@
 # under the terms of the GNU General Public License version 2 as published
 # by the Free Software Foundation.
 
-obj-y  := prom.o setup.o irq.o common.o clock.o
+obj-y  := prom.o setup.o irq.o common.o clock.o gpio.o
 
 obj-$(CONFIG_EARLY_PRINTK)             += early_printk.o
 
@@ -16,3 +16,12 @@ obj-$(CONFIG_EARLY_PRINTK)           += early_printk.o
 # Devices
 #
 obj-y                                  += dev-common.o
+obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS)   += dev-gpio-buttons.o
+obj-$(CONFIG_ATH79_DEV_LEDS_GPIO)      += dev-leds-gpio.o
+obj-$(CONFIG_ATH79_DEV_SPI)            += dev-spi.o
+
+#
+# Machines
+#
+obj-$(CONFIG_ATH79_MACH_AP81)          += mach-ap81.o
+obj-$(CONFIG_ATH79_MACH_PB44)          += mach-pb44.o