merge ROS Shell without integrated explorer part into trunk
[reactos.git] / reactos / drivers / dd / bootvid / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = driver
6
7 TARGET_NAME = bootvid
8
9 TARGET_OBJECTS = bootvid.o pixelsup_i386.o
10
11 TARGET_CFLAGS = -Wall -Werror
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk