minor corrections by M.Taguchi
[reactos.git] / reactos / drivers / dd / debugout / makefile
1 # $Id: makefile,v 1.2 2003/11/14 17:13:24 weiden Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = debugout
8
9 TARGET_OBJECTS = debugout.o
10
11 TARGET_CFLAGS = -Wall -Werror
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk