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



DEV_BASE_NAME	= hpdi32

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

