mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 21:14:21 +00:00
56231056ea
SVN-Revision: 8653
10 lines
184 B
Makefile
10 lines
184 B
Makefile
#
|
|
# 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
|
|
|