2007-07-23 22:10:11 +00:00
|
|
|
#
|
|
|
|
# Copyright 2007 openwrt.org
|
|
|
|
# John Crispin <blogic@openwrt.org>
|
|
|
|
#
|
|
|
|
# Makefile for Infineon Amazon
|
|
|
|
#
|
2010-01-01 21:44:37 +00:00
|
|
|
obj-y := dma-core.o interrupt.o prom.o setup.o board.o
|
2007-07-23 22:10:11 +00:00
|
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
|
|
|