diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 18:25:02 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2013-04-04 18:25:20 +0200 |
commit | 7bb15f711b31cc33160b4de9d49caf245019b5c1 (patch) | |
tree | 57259f018b52e10fb99897abe0fffac832047832 /devel/git-tracker.ini.example | |
parent | af3c2d1b5c38abc6976841139678ec3384b25189 (diff) |
git tracker: allow creating defconfig symlink
This makes it possible to do just 'make' in the output
tree, rather than having to configure first.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Diffstat (limited to 'devel/git-tracker.ini.example')
-rw-r--r-- | devel/git-tracker.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/git-tracker.ini.example b/devel/git-tracker.ini.example index 96b895c9..f38f4dfa 100644 --- a/devel/git-tracker.ini.example +++ b/devel/git-tracker.ini.example @@ -27,7 +27,10 @@ cachedir = /tmp/work # # Optional parameters in each section are: # * branches comma separated list of branches, default "master" +# * defconfig if given, create a symlink defconfig -> defconfigs/<this> +# to allow just 'make' to work in the output directory # [iwlwifi] input = git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git output = /tmp/test.git +defconfig = iwlwifi |