mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-28 05:31:06 +02:00
f6225af7d0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9085 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|