1# 2# Copyright 2000 MontaVista Software Inc. 3# Author: MontaVista Software, Inc. 4# ppopov@mvista.com or source@mvista.com 5# 6# Makefile for the Galileo EV96100 board. 7# 8# Note! Dependencies are done automagically by 'make dep', which also 9# removes any old dependencies. DON'T put your own dependencies here 10# unless it's something special (ie not a .c file). 11# 12 13USE_STANDARD_AS_RULE := true 14 15O_TARGET := ev96100.o 16 17obj-y := init.o irq.o puts.o reset.o time.o int-handler.o \ 18 setup.o 19obj-$(CONFIG_PCI) += pci_fixups.o pci_ops.o 20 21include $(TOPDIR)/Rules.make 22