2011-01-04 20:28:14 +00:00
|
|
|
#
|
|
|
|
# Makefile for the Atheros AR71XX/AR724X/AR913X specific parts of the kernel
|
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>
|
|
|
|
# Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU General Public License version 2 as published
|
|
|
|
# by the Free Software Foundation.
|
|
|
|
|
2011-01-04 20:28:15 +00:00
|
|
|
obj-y := prom.o setup.o irq.o common.o clock.o gpio.o
|
2011-01-04 20:28:14 +00:00
|
|
|
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
|
|
|
|
|
|
|
|
#
|
|
|
|
# Devices
|
|
|
|
#
|
|
|
|
obj-y += dev-common.o
|
2011-01-04 20:28:18 +00:00
|
|
|
obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o
|
2011-01-04 20:28:17 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machines
|
|
|
|
#
|
|
|
|
obj-$(CONFIG_ATH79_MACH_PB44) += mach-pb44.o
|