#
# Makefile for the NEC CMB-VR4122/4131 specific parts of the kernel
#
# 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

O_TARGET := cmbvr41xx.o

all: cmbvr41xx.o

obj-y	:= init.o irq.o setup.o

obj-$(CONFIG_PCI)		+= pci_fixup.o m1535plus.o
obj-$(CONFIG_PC_KEYB)		+= kbd.o
obj-$(subst m,y,$(CONFIG_IDE))	+= ide.o	# needed for ide module
obj-$(CONFIG_NEW_TIME_C)	+= rtc_ds1386.o

include $(TOPDIR)/Rules.make
