Get rid of obsolete makefile.
Deleted: trunk/reactos/drivers/lib/csq/GNUmakefile

Deleted: trunk/reactos/drivers/lib/csq/GNUmakefile
--- trunk/reactos/drivers/lib/csq/GNUmakefile	2005-06-17 12:29:33 UTC (rev 15972)
+++ trunk/reactos/drivers/lib/csq/GNUmakefile	2005-06-17 12:31:49 UTC (rev 15973)
@@ -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