mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-19 17:07:17 +00:00
12 lines
229 B
Makefile
12 lines
229 B
Makefile
#
|
|
# 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 += board.o
|
|
obj-y += clock.o
|
|
obj-y += gpio.o
|
|
obj-y += platform.o
|
|
obj-y += reset.o
|
|
obj-y += time.o
|