X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=drivers%2Fdd%2Fvidport%2Fmakefile;fp=drivers%2Fdd%2Fvidport%2Fmakefile;h=0000000000000000000000000000000000000000;hp=224ef065c953a0567998d72a9ba9c8351f88d5d3;hb=7c0db166f81fbe8c8b913d7f26048e337d383605;hpb=e3ed2d773259cc445c7ff8181ebd934931365328 diff --git a/drivers/dd/vidport/makefile b/drivers/dd/vidport/makefile deleted file mode 100644 index 224ef06..0000000 --- a/drivers/dd/vidport/makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $Id$ - -PATH_TO_TOP = ../../.. - -TARGET_TYPE = export_driver - -TARGET_NAME = vidport - -TARGET_CFLAGS = - -TARGET_OBJECTS = vidport.o - -include $(PATH_TO_TOP)/rules.mak - -include $(TOOLS_PATH)/helper.mk