X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=lib%2FMakefile;h=50144a3aeebdb8dfcadca9ec735a1b9012fc518d;hb=f96ed2612260a8a415512eed4fe3f5c77247d4a1;hp=df747e5eeb7abc0da87b915684b5a069916164c0;hpb=3477d168ba61c5b0ca42d3d4642f3463609a5417;p=cascardo%2Flinux.git diff --git a/lib/Makefile b/lib/Makefile index df747e5eeb7a..50144a3aeebd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -180,6 +180,7 @@ obj-$(CONFIG_IRQ_POLL) += irq_poll.o obj-$(CONFIG_STACKDEPOT) += stackdepot.o KASAN_SANITIZE_stackdepot.o := n +KCOV_INSTRUMENT_stackdepot.o := n libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \ fdt_empty_tree.o @@ -227,3 +228,5 @@ obj-$(CONFIG_UCS2_STRING) += ucs2_string.o obj-$(CONFIG_UBSAN) += ubsan.o UBSAN_SANITIZE_ubsan.o := n + +obj-$(CONFIG_SBITMAP) += sbitmap.o