xtensa: add support to build HAL as part of build process

This adds the necessary bits to build the Xtensa HAL as
a module, and removes the bits to use the HAL built with
the Zephyr SDK.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2019-12-03 09:59:10 -08:00 committed by Anas Nashif
commit b61f448a3f
6 changed files with 10 additions and 28 deletions

8
modules/Kconfig.xtensa Normal file
View file

@ -0,0 +1,8 @@
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config XTENSA_HAL
bool
help
Build the Xtensa HAL module during build process.
This is selected by the Xtensa ARCH kconfig automatically.