# *****************************************************************
# Dateiname:		Makefile
# Autor:			Joachim Schroeder (C)
# Datum:			12.07.2008
#
# Beschreibung:		Makefile zum Übersetzen des iowarrior-Kernelmoduls.
#
# *****************************************************************

obj-m	:= iowarrior.o

ifeq ($(MAKING_MODULES),1)
export-objs := iowarrior.o

-include $(TOPDIR)/Rules.make
endif
