:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / drivers / input / sermouse / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = sermouse
8
9 TARGET_OBJECTS = \
10   sermouse.o
11
12 #mouse.o - Old Serial mouse driver
13
14 include $(PATH_TO_TOP)/rules.mak
15
16 include $(TOOLS_PATH)/helper.mk