scroll mode for very long start menus
[reactos.git] / reactos / drivers / bus / isapnp / makefile
1 # $Id: makefile,v 1.5 2003/11/14 17:13:24 weiden Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = isapnp
8
9 TARGET_OBJECTS = isapnp.o
10
11 TARGET_CFLAGS = -Werror -Wall
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk