Patch by Jonathon Wilson:
[reactos.git] / reactos / drivers / input / sermouse / makefile
index 22657b6..9881ce6 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: makefile,v 1.8 2002/06/16 04:47:56 sedwards Exp $
+# $Id: makefile,v 1.9 2003/11/14 17:13:27 weiden Exp $
 
 PATH_TO_TOP = ../../..
 
@@ -9,6 +9,8 @@ TARGET_NAME = sermouse
 TARGET_OBJECTS = \
   sermouse.o
 
+TARGET_CFLAGS = -Wall -Werror
+
 #mouse.o - Old Serial mouse driver
 
 include $(PATH_TO_TOP)/rules.mak