blob: f3e0e7f988e541788a0109c398dfc1abe650ff46 (
plain)
1
2
3
4
5
6
7
8
|
#
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
#
obj-y := setup.o prom.o irq.o memory.o int-handler.o adm5120_info.o
obj-y += gpio.o
EXTRA_AFLAGS := $(CFLAGS)
|