reactos/reactos/drivers/input/sermouse/makefile

16 lines
235 B
Makefile
Raw Normal View History

# $Id: makefile,v 1.7 2001/08/21 20:13:15 chorns Exp $
PATH_TO_TOP = ../../..
TARGET_TYPE = driver
TARGET_NAME = sermouse
TARGET_OBJECTS = \
mouse.o
sermouse.o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk