sanitize use of ARCH/SRCARCH

We now only use ARCH and avoid duplication of the same definition.

Change-Id: Ia61059b906a2ebc31e703412bead948997975d58
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-12-06 09:51:33 -05:00
commit 3a87dae54d
4 changed files with 27 additions and 44 deletions

View file

@ -15,6 +15,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
mainmenu "Zephyr Kernel/$SRCARCH Configuration"
mainmenu "Zephyr Kernel/$ARCH Configuration"
source "Kconfig.zephyr"