blob: fcc382cfc77091594093d8e01e814dc9bcd4060f [file] [log] [blame]
Gabor Juhosd4a67d92011-01-04 21:28:14 +01001#
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
Alban Bedel1d473c22015-07-03 11:11:49 +020011obj-y := prom.o setup.o irq.o common.o clock.o
Gabor Juhosd4a67d92011-01-04 21:28:14 +010012
13obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
Gabor Juhose2dbdc42012-03-14 10:29:21 +010014obj-$(CONFIG_PCI) += pci.o
Gabor Juhosd4a67d92011-01-04 21:28:14 +010015
16#
17# Devices
18#
19obj-y += dev-common.o
Gabor Juhos3f348c52011-01-04 21:28:21 +010020obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o
Gabor Juhosd8fec1f2011-01-04 21:28:18 +010021obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o
Gabor Juhos68a1d312011-01-04 21:28:23 +010022obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o
Gabor Juhos7e98aa42011-06-05 23:38:46 +020023obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o
Gabor Juhosb606d5a2011-11-18 00:17:54 +000024obj-$(CONFIG_ATH79_DEV_WMAC) += dev-wmac.o
Gabor Juhos0cde7222011-01-04 21:28:17 +010025
26#
27# Machines
28#
Gabor Juhos7e0dde12011-06-20 19:26:13 +020029obj-$(CONFIG_ATH79_MACH_AP121) += mach-ap121.o
Gabor Juhos27ea0522013-02-15 13:38:25 +000030obj-$(CONFIG_ATH79_MACH_AP136) += mach-ap136.o
Gabor Juhosaa6695e2011-01-04 21:28:28 +010031obj-$(CONFIG_ATH79_MACH_AP81) += mach-ap81.o
Gabor Juhos95981112012-03-14 20:39:35 +010032obj-$(CONFIG_ATH79_MACH_DB120) += mach-db120.o
Gabor Juhos0cde7222011-01-04 21:28:17 +010033obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o
Rene Bolldorf2dc7b4a2011-11-18 00:17:42 +000034obj-$(CONFIG_ATH79_MACH_UBNT_XM) += mach-ubnt-xm.o