diff options
-rw-r--r-- | scripts/permute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/permute/Makefile b/scripts/permute/Makefile index 3c25c99..96879dd 100644 --- a/scripts/permute/Makefile +++ b/scripts/permute/Makefile @@ -2,7 +2,7 @@ MAKEFLAGS += --no-builtin-rules .PHONY: all clean .SUFFIXES: -all: setpermute +all: permute KCONFIG_PREFIX = ../shared/kconfig include $(KCONFIG_PREFIX)/files.mk |