diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-12 12:57:42 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-12 12:57:42 +0200 |
commit | 6eae861025e67c9d4363e4c5dff802b1fbda95e0 (patch) | |
tree | 4a89d629482b221850472aadd263e81ba3a05142 /scripts/shared | |
parent | 5eb5db84cdb9c91a072302abca82672515596ca3 (diff) | |
download | linux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.tar.gz linux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.tar.bz2 linux-conf-perf-6eae861025e67c9d4363e4c5dff802b1fbda95e0.zip |
Extract file name definitions out from parse_kconfig to shared
Diffstat (limited to 'scripts/shared')
-rw-r--r-- | scripts/shared/build_files.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/shared/build_files.h b/scripts/shared/build_files.h new file mode 100644 index 0000000..92ee17e --- /dev/null +++ b/scripts/shared/build_files.h @@ -0,0 +1,3 @@ +#define DEFAULT_RULES_FILE "rules" +#define DEFAULT_SYMBOL_MAP_FILE "symbol_map" +#define DEFAULT_DEF_CONFIG_FILE "def_config" |