File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,6 @@ find_other_sources()
81
81
-name " $1 " -not -type l -print;
82
82
}
83
83
84
- find_sources ()
85
- {
86
- find_arch_sources $1 " $2 "
87
- }
88
-
89
84
all_sources ()
90
85
{
91
86
find_arch_include_sources ${SRCARCH} ' *.[chS]'
@@ -95,7 +90,7 @@ all_sources()
95
90
find_include_sources ' *.[chS]'
96
91
for arch in $ALLSOURCE_ARCHS
97
92
do
98
- find_sources $arch ' *.[chS]'
93
+ find_arch_sources $arch ' *.[chS]'
99
94
done
100
95
find_other_sources ' *.[chS]'
101
96
}
@@ -125,7 +120,7 @@ all_kconfigs()
125
120
find ${tree} arch/ -maxdepth 1 $ignore \
126
121
-name " Kconfig*" -not -type l -print;
127
122
for arch in $ALLSOURCE_ARCHS ; do
128
- find_sources $arch ' Kconfig*'
123
+ find_arch_sources $arch ' Kconfig*'
129
124
done
130
125
find_other_sources ' Kconfig*'
131
126
}
You can’t perform that action at this time.
0 commit comments