# This software is covered by the GNU GENERAL PUBLIC LICENSE (GPL).
# DMI32 - Driver - Linux - gcc
# $Workfile: Makefile $
# $Revision: 2 $
# $Date: 3/29/07 2:16p $
# Makefile for the DMI32 driver.



DEV_BASE_NAME	= dmi32

CWD	= ${shell if [ -z ${SUBDIRS} ] ; then pwd ; else echo ${SUBDIRS} ; fi }
include ${CWD}/../../../../common/driver/linux/gcc/makefile

