]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Rename setpermute to permute
authorKarel Kočí <cynerd@email.cz>
Thu, 7 May 2015 11:31:09 +0000 (13:31 +0200)
committerKarel Kočí <cynerd@email.cz>
Thu, 7 May 2015 11:31:09 +0000 (13:31 +0200)
scripts/permute/.gitignore [new file with mode: 0644]
scripts/permute/Makefile [moved from scripts/setpermute/Makefile with 86% similarity]
scripts/permute/constlist.h [moved from scripts/setpermute/constlist.h with 100% similarity]
scripts/permute/menudata.h [moved from scripts/setpermute/menudata.h with 100% similarity]
scripts/permute/permute.c [moved from scripts/setpermute/setpermute.c with 100% similarity]
scripts/permute/permutelist.h [moved from scripts/setpermute/permutelist.h with 100% similarity]
scripts/setpermute/setpermute [deleted file]

diff --git a/scripts/permute/.gitignore b/scripts/permute/.gitignore
new file mode 100644 (file)
index 0000000..4456899
--- /dev/null
@@ -0,0 +1 @@
+permute
similarity index 86%
rename from scripts/setpermute/Makefile
rename to scripts/permute/Makefile
index 734a12eee8e46f5b306c027e7aba85a5d207b66f..3c25c99e8a26a23c874f53e4e045c2aaae8e3acf 100644 (file)
@@ -7,7 +7,7 @@ all: setpermute
 KCONFIG_PREFIX = ../shared/kconfig
 include $(KCONFIG_PREFIX)/files.mk
 
-SRC  = setpermute.c
+SRC  = permute.c
 OBJ = $(patsubst %.c,%.o,$(SRC))
 CFLAGS = -O0 -Wall -ggdb -DDEBUG
 INCLUDES = -I../shared
@@ -15,7 +15,7 @@ INCLUDES = -I../shared
 %.o: %.c
        gcc -c $(CFLAGS) -o $@ $^ $(INCLUDES)
 
-setpermute: $(OBJ) $(KCONFIG_OBJ)
+permute: $(OBJ) $(KCONFIG_OBJ)
        gcc -o $@ $^
 
 clean::
diff --git a/scripts/setpermute/setpermute b/scripts/setpermute/setpermute
deleted file mode 100755 (executable)
index f568a9d..0000000
Binary files a/scripts/setpermute/setpermute and /dev/null differ