#
# Makefile for common code of the NEC VR4181A.
#
# 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).
#

USE_STANDARD_AS_RULE := true

all: vr4181a.o

O_TARGET := vr4181a.o

export-objs := bcu.o

obj-y := bcu.o ccu.o ecu.o giu.o icu.o int-handler.o pmu.o prom.o reboot.o time.o

obj-$(CONFIG_PCI)	+= iopciu.o pci_fixups.o
obj-$(CONFIG_SERIAL)	+= siu.o

include $(TOPDIR)/Rules.make
