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)
|