mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-09 04:05:19 +02:00
cf6dac9a38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9821 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
234 B
Makefile
11 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
|