]> 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 f41c0296aa208b3104f431fad89391f5135dd1ef..a245e3645271866d916581d70d0b4e4e34c560af 100644 (file)
@@ -16,9 +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