mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
9 lines
192 B
Makefile
9 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
|
|
|