#
# Makefile for the NEC CMB-VR7701 board-specific code
#
# 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: cmb-vr7701.o

O_TARGET := cmb-vr7701.o

obj-y	 := setup.o prom.o candy_setup.o pci_fixups.o

obj-$(CONFIG_ROCKHOPPER) += lcd44780.o rtc_ds1386.o
obj-$(CONFIG_ROCKHOPPER) += rtc_ds1386.o

export-objs := candy_setup.o

include $(TOPDIR)/Rules.make
