mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 11:09:31 +00:00
17 lines
172 B
Makefile
17 lines
172 B
Makefile
|
|
obj-y := \
|
|
prom.o \
|
|
setup.o \
|
|
memory.o \
|
|
irq.o \
|
|
time.o \
|
|
platform.o \
|
|
gpio.o \
|
|
clock.o \
|
|
vlynq.o
|
|
|
|
obj-$(CONFIG_PCI) += \
|
|
vlynq-pci.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|