blob: fed8f2f45eb7d75d0664c4b9ee1b50dcb972a325 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# 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
|