#
# Copyright 2001,2002 MontaVista Software Inc.
# Author: Yoichi Yuasa
#	yyuasa@mvista.com or source@mvista.com
#
# Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
#              Modified for DDB4131 board
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#

.S.s:
	$(CPP) $(AFLAGS) $< -o $@
.S.o:
	$(CC) $(AFLAGS) -c $< -o $@

O_TARGET := ddb4131.o

all: ddb4131.o

obj-y		:= irq.o prom.o setup.o rtc_ds1386.o lcd44780.o

obj-$(CONFIG_PCI)			+= pci_fixup.o

include $(TOPDIR)/Rules.make
