use /etc/preinit on atheros-2.6
[openwrt-10.03/.git] / target / linux / atheros-2.6 / files / arch / mips / atheros / Makefile
1 #
2 # This file is subject to the terms and conditions of the GNU General Public
3 # License.  See the file "COPYING" in the main directory of this archive
4 # for more details.
5 #
6 # Copyright (C) 2003 Atheros Communications, Inc.,  All Rights Reserved.
7 # Copyright (C) 2006 FON Technology, SL.
8 # Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org>
9 # Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
10 #
11
12 # Makefile for Atheros ar531x boards
13 #
14 # Note! Dependencies are done automagically by 'make dep', which also
15 # removes any old dependencies. DON'T put your own dependencies here
16 # unless it's something special (ie not a .c file).
17 #
18
19 obj-y += board.o prom.o irq.o
20 obj-$(CONFIG_ATHEROS_AR5312) += ar5312.o
21 obj-$(CONFIG_ATHEROS_AR5315) += ar5315.o
22