b998d4fa51
SVN-Revision: 9815
10 lines
228 B
Makefile
10 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
|