Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131424
b: refs/heads/master
c: 953fae6
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Sam Ravnborg committed Feb 15, 2009
1 parent 5114e0b commit d09e034
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bb98e231803860e978c302b9faccaf776881137
refs/heads/master: 953fae66d124486c9e284806429c52c5402f59ac
5 changes: 4 additions & 1 deletion trunk/scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ all_sources()

all_kconfigs()
{
find_sources $ALLSOURCE_ARCHS 'Kconfig*'
for arch in $ALLSOURCE_ARCHS; do
find_sources $arch 'Kconfig*'
done
find_other_sources 'Kconfig*'
}

all_defconfigs()
Expand Down

0 comments on commit d09e034

Please sign in to comment.