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