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
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>
12 # Makefile for Atheros ar531x boards
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).
19 obj-y
+= board.o prom.o irq.o
20 obj-
$(CONFIG_ATHEROS_AR5312
) += ar5312.o
21 obj-
$(CONFIG_ATHEROS_AR5315
) += ar5315.o
This page took 0.059123 seconds and 5 git commands to generate.