1#
2# Makefile for PMC-Sierra Stretch Board
3#
4# Note! Dependencies are done automagically by 'make dep', which also
5# removes any old dependencies. DON'T put your own dependencies here
6# unless it's something special (ie not a .c file).
7#
8
9USE_STANDARD_AS_RULE := true
10
11O_TARGET:= stretch.o
12
13obj-y	 += prom.o reset.o setup.o irq-handler.o irq.o
14
15obj-$(CONFIG_PCI)	   += pci-irq.o pci.o
16obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
17
18include $(TOPDIR)/Rules.make
19