7af3296c76
SVN-Revision: 9821
10 lines
234 B
Makefile
10 lines
234 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 pmu.o
|
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_KGDB) += kgdb_serial.o
|