mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:43:07 +02:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
|
#
|
||
|
# Copyright 2007 openwrt.org
|
||
|
# John Crispin <blogic@openwrt.org>
|
||
|
#
|
||
|
# Makefile for Infineon Danube
|
||
|
#
|
||
|
obj-y := reset.o prom.o setup.o interrupt.o dma-core.o
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci.o
|
||
|
obj-$(CONFIG_KGDB) += kgdb_serial.o
|