summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
index 34051bfa..0fe837f8 100644
--- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
+++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
@@ -20,13 +20,9 @@ B = "${S}/lib/sw_apps/${APP_DIR}/src"
20# The makefile does not handle parallelization 20# The makefile does not handle parallelization
21PARALLEL_MAKE = "-j1" 21PARALLEL_MAKE = "-j1"
22 22
23do_configure() {
24 :
25}
26
27COMPILER = "${CC}" 23COMPILER = "${CC}"
28COMPILER_FLAGS = "-O2 -c" 24COMPILER_FLAGS = "-O2 -c"
29EXTRA_COMPILER_FLAGS = "-g -Wall -Wextra -Os -flto -ffat-lto-objects" 25EXTRA_COMPILER_FLAGS = "-g -Wall -Wextra ${ESW_CFLAGS}"
30ARCHIVER = "${AR}" 26ARCHIVER = "${AR}"
31 27
32BSP_DIR ?= "${B}/../misc/undefined" 28BSP_DIR ?= "${B}/../misc/undefined"
@@ -46,9 +42,6 @@ def bsp_make_vars(d):
46EXTRA_OEMAKE = "${@bsp_make_vars(d)}" 42EXTRA_OEMAKE = "${@bsp_make_vars(d)}"
47 43
48ARM_INSTRUCTION_SET:eabi:arm = "arm" 44ARM_INSTRUCTION_SET:eabi:arm = "arm"
49do_compile() {
50 oe_runmake
51}
52 45
53do_install() { 46do_install() {
54 : 47 :