From ad1a1dd1f2fb8be0c37a31d0c9a53932ec824812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 22 Jul 2015 11:47:51 +0200 Subject: Remove permute_conf permute_conf was only temporally program for generating dot_config file. Its main function now has program allconfig. This program has also some text interface, but it wasn't optimal and in the end wasn't used at all. --- scripts/permute_conf/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 scripts/permute_conf/Makefile (limited to 'scripts/permute_conf/Makefile') diff --git a/scripts/permute_conf/Makefile b/scripts/permute_conf/Makefile deleted file mode 100644 index e0f7cd2..0000000 --- a/scripts/permute_conf/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -MAKEFLAGS += --no-builtin-rules -.PHONY: all clean -.SUFFIXES: - -all: permute_conf - -KCONFIG_PREFIX = ../shared/kconfig -include $(KCONFIG_PREFIX)/files.mk - -SRC = permute_conf.c \ - menudata.c \ - dotconf.c -OBJ = $(patsubst %.c,%.o,$(SRC)) -CFLAGS = -O0 -Wall -ggdb -DDEBUG -INCLUDES = -I../shared - -%.o: %.c - gcc -c $(CFLAGS) -o $@ $^ $(INCLUDES) - -permute_conf: $(OBJ) $(KCONFIG_OBJ) - gcc -o $@ $^ - -clean:: - $(RM) $(OBJ) - $(RM) permute_conf -- cgit v1.2.3