You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o prom.o irq.o memory.o adm5120_info.o
|
|
obj-y += gpio.o
|
|
obj-y += time.o
|
|
obj-y += reset.o
|
|
obj-y += board.o
|
|
obj-y += platform.o
|
|
obj-y += trxsplit.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|
|
|