# $Id: makefile,v 1.8 2002/06/16 04:47:56 sedwards Exp $

PATH_TO_TOP = ../../..

TARGET_TYPE = driver

TARGET_NAME = sermouse

TARGET_OBJECTS = \
  sermouse.o

#mouse.o - Old Serial mouse driver

include $(PATH_TO_TOP)/rules.mak

include $(TOOLS_PATH)/helper.mk
