mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 14:43:07 +02:00
8 lines
149 B
Makefile
8 lines
149 B
Makefile
|
#
|
||
|
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
|
||
|
#
|
||
|
|
||
|
obj-y := setup.o prom.o irq.o memory.o mipsIRQ.o
|
||
|
|
||
|
EXTRA_AFLAGS := $(CFLAGS)
|