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