From 0e28187dca6fe44c5a319045012d4e9927c6158f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 10 May 2015 16:02:25 +0200 Subject: Add saving and loading of dot_config file in permute program --- scripts/permute/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/permute/Makefile') diff --git a/scripts/permute/Makefile b/scripts/permute/Makefile index 96879dd..531b484 100644 --- a/scripts/permute/Makefile +++ b/scripts/permute/Makefile @@ -7,7 +7,9 @@ all: permute KCONFIG_PREFIX = ../shared/kconfig include $(KCONFIG_PREFIX)/files.mk -SRC = permute.c +SRC = permute.c \ + menudata.c \ + dotconf.c OBJ = $(patsubst %.c,%.o,$(SRC)) CFLAGS = -O0 -Wall -ggdb -DDEBUG INCLUDES = -I../shared @@ -20,4 +22,4 @@ permute: $(OBJ) $(KCONFIG_OBJ) clean:: $(RM) $(OBJ) - $(RM) setpermute + $(RM) permute -- cgit v1.2.3