diff options
author | P. J. McDermott <pjm@nac.net> | 2013-05-26 17:26:55 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-26 17:26:55 (EDT) |
commit | a92e5d47e2ad89d545e4bc8f92b0ada956798e52 (patch) | |
tree | 1757b575f4466cea1f18e0e478c3897357744e48 /lib | |
parent | 5bc3968dc86915b3c291e05d7c197db7ca07f457 (diff) |
_oh_kbuild_testarch(): Fix function name.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/buildsystem/kbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/buildsystem/kbuild.sh b/lib/buildsystem/kbuild.sh index 44ee0a3..4c4f64c 100644 --- a/lib/buildsystem/kbuild.sh +++ b/lib/buildsystem/kbuild.sh @@ -104,7 +104,7 @@ _oh_kbuild_update_target() return ${?} } -_oh_kbuild_test_arch() +_oh_kbuild_testarch() { _oh_local _ohbskta_arch |