Add forgotten part of vlynq irq setup
[openwrt.git] / target / linux / ar7-2.6 / files / arch / mips / ar7 / Makefile
1
2 obj-y := \
3 prom.o \
4 setup.o \
5 memory.o \
6 irq.o \
7 time.o \
8 platform.o \
9 gpio.o \
10 vlynq.o
11
12 obj-$(CONFIG_PCI) += \
13 vlynq-pci.o
14
15 EXTRA_AFLAGS := $(CFLAGS)
This page took 0.061537 seconds and 5 git commands to generate.