diff options
author | Karel Kočí <cynerd@email.cz> | 2015-07-28 10:23:29 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-07-28 10:23:29 +0200 |
commit | c8a33ffb0aad5ebc2f50045eb8a460daa67f446d (patch) | |
tree | b167757e67dfdb2bd1800f84385dbb0a0430fe4e /scripts/allconfig/Makefile | |
parent | a5b46f72ce599f8b03fb82e68fb197606855abae (diff) | |
download | linux-conf-perf-c8a33ffb0aad5ebc2f50045eb8a460daa67f446d.tar.gz linux-conf-perf-c8a33ffb0aad5ebc2f50045eb8a460daa67f446d.tar.bz2 linux-conf-perf-c8a33ffb0aad5ebc2f50045eb8a460daa67f446d.zip |
Allconfig add inv option
Added inv option for generating inverted configurations.
Inverted configuration contains configuration options that are not in original configuration file.
Diffstat (limited to 'scripts/allconfig/Makefile')
-rw-r--r-- | scripts/allconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/allconfig/Makefile b/scripts/allconfig/Makefile index ffe320e..44e7b7b 100644 --- a/scripts/allconfig/Makefile +++ b/scripts/allconfig/Makefile @@ -7,7 +7,8 @@ all: allconfig KCONFIG_PREFIX = ../shared/kconfig include $(KCONFIG_PREFIX)/files.mk -SRC = allconfig.c +SRC = allconfig.c \ + inv.c OBJ = $(patsubst %.c,%.o,$(SRC)) CFLAGS = -O0 -Wall -ggdb -DDEBUG INCLUDES = -I../shared |