1# 2# Makefile for the NEC Eagle/Hawk specific parts of the kernel 3# 4# Author: Yoichi Yuasa 5# yyuasa@mvista.com or source@mvista.com 6# 7# Copyright 2001,2002 MontaVista Software Inc. 8# 9# Note! Dependencies are done automagically by 'make dep', which also 10# removes any old dependencies. DON'T put your own dependencies here 11# unless it's something special (ie not a .c file). 12# 13 14USE_STANDARD_AS_RULE := true 15 16O_TARGET := eagle.o 17 18all: eagle.o 19 20obj-y := init.o irq.o setup.o 21 22obj-$(CONFIG_PCI) += pci_fixup.o vrc4173.o 23 24include $(TOPDIR)/Rules.make 25