mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-15 11:17:08 +00: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
|