From a965b968f2dda3b52e60c27c8dfd9eb657a3d941 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 17 Jun 2005 12:31:49 +0000 Subject: [PATCH] Get rid of obsolete makefile. svn path=/trunk/; revision=15973 --- reactos/drivers/lib/csq/GNUmakefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 reactos/drivers/lib/csq/GNUmakefile diff --git a/reactos/drivers/lib/csq/GNUmakefile b/reactos/drivers/lib/csq/GNUmakefile deleted file mode 100644 index 7907e42faa6..00000000000 --- a/reactos/drivers/lib/csq/GNUmakefile +++ /dev/null @@ -1,9 +0,0 @@ -PATH_TO_TOP = ../../.. - -TARGET_TYPE = kmlibrary -TARGET_NAME = csq -TARGET_CFLAGS = -Wall -Werror -TARGET_OBJECTS = csq.o - -include $(PATH_TO_TOP)/rules.mak -include $(TOOLS_PATH)/helper.mk