Skip to content

Commit

Permalink
HACK: pbl: hackily disable own string op definitions
Browse files Browse the repository at this point in the history
When building with libfuzzer, these are provided by the compiler.

Signed-off-by: Ahmad Fatoum <[email protected]>
  • Loading branch information
a3f committed Jul 17, 2024
1 parent f7de813 commit e703ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# only unsed by the pbl
#
pbl-y += misc.o
pbl-y += string.o
#pbl-y += string.o
pbl-$(CONFIG_HAVE_IMAGE_COMPRESSION) += decomp.o
pbl-$(CONFIG_LIBFDT) += fdt.o
pbl-$(CONFIG_PBL_CONSOLE) += console.o
Expand Down

0 comments on commit e703ac7

Please sign in to comment.