mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-08 14:03:06 +00:00
023c474951
SVN-Revision: 18989
10 lines
192 B
Makefile
10 lines
192 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 board.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
|