aboutsummaryrefslogtreecommitdiff
path: root/scripts/permute/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/permute/Makefile')
-rw-r--r--scripts/permute/Makefile6
1 files changed, 4 insertions, 2 deletions
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