Skip to content

Commit

Permalink
vendor/xilinx: meta-xilinx-standalone-experimental: open-amp-xlnx: ad…
Browse files Browse the repository at this point in the history
…d DEBUG_PREFIX_MAP

Fix build warning references to TMPDIR

Signed-off-by: Ben Levinsky <ben.levinsky@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
  • Loading branch information
bentheredonethat authored and mhatle committed Apr 23, 2024
1 parent 31df35e commit ef9cd4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ OPENAMP_OVERLAY ?= "${OPENAMP_OVERLAY_DEFAULT}"
SRC_URI:append = " file://${OPENAMP_OVERLAY} "

OECMAKE_C_LINK_FLAGS:xilinx-standalone:append = " --sysroot=${STAGING_DIR_HOST} "
CFLAGS:append = " -DSDT -D_AMD_GENERATED_ "
CFLAGS:append = " -DSDT -D_AMD_GENERATED_ ${DEBUG_PREFIX_MAP} "
CFLAGS:xilinx-standalone:append = " -O3 -DXLNX_PLATFORM \
-specs=${PKG_CONFIG_SYSROOT_DIR}/usr/include/Xilinx.spec \
"
Expand Down

0 comments on commit ef9cd4a

Please sign in to comment.