ce6a103f8272597a64f85c7aeb15f0fb3fe4e528
[reactos.git] / reactos / drivers / input / psaux / makefile
1 # $Id: makefile,v 1.8 2003/09/28 00:30:34 weiden Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = psaux
8
9 TARGET_OBJECTS = $(TARGET_NAME).o controller.o mouse.o logips2pp.o synaptics.o
10
11 include $(PATH_TO_TOP)/rules.mak
12
13 include $(TOOLS_PATH)/helper.mk