Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[deliverable/linux.git] / arch / mips / ath79 / Makefile
CommitLineData
d4a67d9d
GJ
1#
2# Makefile for the Atheros AR71XX/AR724X/AR913X specific parts of the kernel
3#
4# Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
5# Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
6#
7# This program is free software; you can redistribute it and/or modify it
8# under the terms of the GNU General Public License version 2 as published
9# by the Free Software Foundation.
10
6eae43c5 11obj-y := prom.o setup.o irq.o common.o clock.o gpio.o
d4a67d9d
GJ
12
13obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
e2dbdc43 14obj-$(CONFIG_PCI) += pci.o
d4a67d9d
GJ
15
16#
17# Devices
18#
19obj-y += dev-common.o
3f348c5d 20obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o
d8fec1fc 21obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o
68a1d316 22obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o
7e98aa46 23obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o
b606d5ae 24obj-$(CONFIG_ATH79_DEV_WMAC) += dev-wmac.o
0cde7228
GJ
25
26#
27# Machines
28#
7e0dde17 29obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o
aa6695ec 30obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o
9598111f 31obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o
0cde7228 32obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o
2dc7b4a1 33obj-$(CONFIG_ATH79_MACH_UBNT_XM) += mach-ubnt-xm.o
This page took 0.118812 seconds and 5 git commands to generate.