Blame view

arch/mips/ath79/Makefile 968 Bytes
d4a67d9dc   Gabor Juhos   MIPS: Add initial...
1
2
3
4
5
6
7
8
9
  #
  # 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.
6eae43c57   Gabor Juhos   MIPS: ath79: add ...
10
  obj-y	:= prom.o setup.o irq.o common.o clock.o gpio.o
d4a67d9dc   Gabor Juhos   MIPS: Add initial...
11
12
13
14
15
16
17
  
  obj-$(CONFIG_EARLY_PRINTK)		+= early_printk.o
  
  #
  # Devices
  #
  obj-y					+= dev-common.o
3f348c5d1   Gabor Juhos   MIPS: ath79: add ...
18
  obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS)	+= dev-gpio-buttons.o
d8fec1fc8   Gabor Juhos   MIPS: ath79: add ...
19
  obj-$(CONFIG_ATH79_DEV_LEDS_GPIO)	+= dev-leds-gpio.o
68a1d3163   Gabor Juhos   MIPS: ath79: add ...
20
  obj-$(CONFIG_ATH79_DEV_SPI)		+= dev-spi.o
7e98aa463   Gabor Juhos   MIPS: ath79: add ...
21
  obj-$(CONFIG_ATH79_DEV_USB)		+= dev-usb.o
b606d5ae9   Gabor Juhos   MIPS: ath79: Rena...
22
  obj-$(CONFIG_ATH79_DEV_WMAC)		+= dev-wmac.o
0cde72284   Gabor Juhos   MIPS: ath79: add ...
23
24
25
26
  
  #
  # Machines
  #
7e0dde175   Gabor Juhos   MIPS: ath79: Add ...
27
  obj-$(CONFIG_ATH79_MACH_AP121)		+= mach-ap121.o
aa6695ec8   Gabor Juhos   MIPS: ath79: Add ...
28
  obj-$(CONFIG_ATH79_MACH_AP81)		+= mach-ap81.o
0cde72284   Gabor Juhos   MIPS: ath79: add ...
29
  obj-$(CONFIG_ATH79_MACH_PB44)		+= mach-pb44.o
2dc7b4a19   Rene Bolldorf   Initial support f...
30
  obj-$(CONFIG_ATH79_MACH_UBNT_XM)	+= mach-ubnt-xm.o