diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-17 09:54:55 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-17 09:54:55 +0200 |
commit | b81979aaea68da39fdf41bd82469f4d6b8201827 (patch) | |
tree | da9f21d865c31fc6a0139bf57bb63f6ec601296f /scripts/shared | |
parent | 1c910efc793d22a0aa269fa5314474d69a6212af (diff) | |
download | linux-conf-perf-b81979aaea68da39fdf41bd82469f4d6b8201827.tar.gz linux-conf-perf-b81979aaea68da39fdf41bd82469f4d6b8201827.tar.bz2 linux-conf-perf-b81979aaea68da39fdf41bd82469f4d6b8201827.zip |
write_config implemented solution reader, but most of code in write.c is now commented
Diffstat (limited to 'scripts/shared')
-rw-r--r-- | scripts/shared/build_files.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/shared/build_files.h b/scripts/shared/build_files.h index 92ee17e..5ef8de8 100644 --- a/scripts/shared/build_files.h +++ b/scripts/shared/build_files.h @@ -1,3 +1,4 @@ #define DEFAULT_RULES_FILE "rules" #define DEFAULT_SYMBOL_MAP_FILE "symbol_map" #define DEFAULT_DEF_CONFIG_FILE "def_config" +#define DEFAULT_SOLUTION_FILE "solution" |