#
# drivers/net/mb86977/Makefile
#
# 2003 (c) MontaVista Software, Inc. This file is licensed under
# the terms of the GNU General Public License version 2. This program
# is licensed "as is" without any warranty of any kind, whether express
# or implied.
#
# 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).
#

obj-y   := 
obj-m   := 

O_TARGET := mb86977.o

# Module support doesn't work yet.
export-objs     := 

obj-$(CONFIG_MACH_FUJITSU_CAMELOT) += if_camelot.o \
	camelot.o camelot_ioctl.o camelot_func.o

include $(TOPDIR)/Rules.make
