Relative include path fixed to absolute path.
[reactos.git] / reactos / drivers / dd / vga / miniport / makefile
1 # $Id: makefile,v 1.9 2001/08/21 20:13:12 chorns Exp $
2
3 PATH_TO_TOP = ../../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = vgamp
8
9 TARGET_DDKLIBS = vidport.a
10
11 TARGET_OBJECTS = \
12 initvga.o \
13 vgamp.o \
14 vgavideo.o
15
16 include $(PATH_TO_TOP)/rules.mak
17
18 include $(TOOLS_PATH)/helper.mk