blob: 8defde173c401c87b7c5f85ce9568535ae4338ab (
plain)
1
2
3
4
5
6
7
8
|
FILESPATH .= ":${FILE_DIRNAME}/embeddedsw/${PV}:${FILE_DIRNAME}/embeddedsw"
SRC_URI += " \
file://makefile-skip-copy_bsp.sh.patch \
file://0001-zynqmp_pmufw-Fixup-core-makefiles.patch \
"
EXTRA_COMPILER_FLAGS = "-ffunction-sections -fdata-sections -Wall -Wextra -Os -flto -ffat-lto-objects"
|