mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-29 21:21:06 +02:00
4bcca707cf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19000 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
208 B
Makefile
9 lines
208 B
Makefile
#
|
|
# Makefile for the Infineon/ADMtek ADM5120 SoC specific parts of the kernel
|
|
#
|
|
|
|
obj-y := adm5120.o setup.o prom.o irq.o memory.o clock.o \
|
|
gpio.o platform.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += early-printk.o
|