target/hexagon: add build config for softmmu
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Acked-by: Philippe Mathieu-Daudé <philmd@mailo.com> Signed-off-by: Brian Cain <brian.cain@oss.qualcomm.com>
This commit is contained in:
6
configs/devices/hexagon-softmmu/default.mak
Normal file
6
configs/devices/hexagon-softmmu/default.mak
Normal file
@@ -0,0 +1,6 @@
|
||||
# Default configuration for hexagon-softmmu
|
||||
|
||||
# Uncomment the following lines to disable these optional devices:
|
||||
|
||||
# Boards are selected by default, uncomment to keep out of the build.
|
||||
# CONFIG_HEX_DSP=y
|
||||
7
configs/targets/hexagon-softmmu.mak
Normal file
7
configs/targets/hexagon-softmmu.mak
Normal file
@@ -0,0 +1,7 @@
|
||||
# Default configuration for hexagon-softmmu
|
||||
|
||||
TARGET_ARCH=hexagon
|
||||
TARGET_XML_FILES=hexagon-core.xml hexagon-hvx.xml
|
||||
TARGET_LONG_BITS=32
|
||||
TARGET_NOT_USING_LEGACY_LDST_PHYS_API=y
|
||||
TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y
|
||||
Reference in New Issue
Block a user