blob: 9cdc100b8ceb7e66736ee0b947165ad06703f33c (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Copyright 2007 openwrt.org
# John Crispin <blogic@openwrt.org>
#
# Makefile for Infineon Amazon
#
obj-y := dma-core.o interrupt.o prom.o setup.o
obj-$(CONFIG_PCI) += pci.o
|