11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Makefile for some libs needed in the kernel. 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5606576ceSSteven Rostedtifdef CONFIG_FUNCTION_TRACER 62464a609SIngo MolnarORIG_CFLAGS := $(KBUILD_CFLAGS) 7c0a80c0cSHeiko CarstensKBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS)) 82464a609SIngo Molnarendif 92464a609SIngo Molnar 107a5c5d57SAlexey Dobriyanlib-y := ctype.o string.o vsprintf.o cmdline.o \ 111f5a2479SJohn Stultz rbtree.o radix-tree.o dump_stack.o timerqueue.o\ 12b4d3ba33SRandy Dunlap idr.o int_sqrt.o extable.o \ 139f458945SHannes Frederic Sowa sha1.o md5.o irq_regs.o argv_split.o \ 146de8ab68SLai Jiangshan proportions.o flex_proportions.o ratelimit.o show_mem.o \ 1518dd0bf2SLinus Torvalds is_single_threaded.o plist.o decompress.o kobject_uevent.o \ 16b2c0b2cbSRussell King earlycpio.o seq_buf.o nmi_backtrace.o 179a19fea4Smochel@digitalimplant.org 18446f24d1SStephen Boydobj-$(CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS) += usercopy.o 1974588d8bSHaavard Skinnemoenlib-$(CONFIG_MMU) += ioremap.o 20ccb46000SAndrew Mortonlib-$(CONFIG_SMP) += cpumask.o 21a8463d4bSChristian Borntraegerlib-$(CONFIG_HAS_DMA) += dma-noop.o 22ccb46000SAndrew Morton 234af679cdSPeter Zijlstralib-y += kobject.o klist.o 242f4f12e5SLinus Torvaldsobj-y += lockref.o 251da177e4SLinus Torvalds 26d3de851aSDavid Brownellobj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ 2764d1d77aSAndy Shevchenko bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ 28d879cb83SAl Viro gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \ 29840620a1SYury Norov bsearch.o find_bit.o llist.o memweight.o kfifo.o \ 3046234253SHannes Frederic Sowa percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o \ 3146234253SHannes Frederic Sowa once.o 3216c7fa05SAndy Shevchenkoobj-y += string_helpers.o 3316c7fa05SAndy Shevchenkoobj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o 3464d1d77aSAndy Shevchenkoobj-y += hexdump.o 3560b2e8f4SAndy Shevchenkoobj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o 3633ee3b2eSAlexey Dobriyanobj-y += kstrtox.o 3764a8946bSAlexei Starovoitovobj-$(CONFIG_TEST_BPF) += test_bpf.o 380a8adf58SKees Cookobj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o 393f15801cSAndrey Ryabininobj-$(CONFIG_TEST_KASAN) += test_kasan.o 403f15801cSAndrey Ryabininobj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o 413f15801cSAndrey Ryabininobj-$(CONFIG_TEST_LKM) += test_module.o 429d6dbe1bSGeert Uytterhoevenobj-$(CONFIG_TEST_RHASHTABLE) += test_rhashtable.o 433f15801cSAndrey Ryabininobj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o 442bf9e0abSIngo Molnarobj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o 452bf9e0abSIngo Molnarobj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o 46707cc728SRasmus Villemoesobj-$(CONFIG_TEST_PRINTF) += test_printf.o 471da177e4SLinus Torvalds 481da177e4SLinus Torvaldsifeq ($(CONFIG_DEBUG_KOBJECT),y) 491da177e4SLinus TorvaldsCFLAGS_kobject.o += -DDEBUG 501da177e4SLinus TorvaldsCFLAGS_kobject_uevent.o += -DDEBUG 511da177e4SLinus Torvaldsendif 521da177e4SLinus Torvalds 5350ab9a69SRasmus Villemoesobj-$(CONFIG_DEBUG_INFO_REDUCED) += debug_info.o 5450ab9a69SRasmus VillemoesCFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any) 5550ab9a69SRasmus Villemoes 565ea81769SAl Viroobj-$(CONFIG_GENERIC_IOMAP) += iomap.o 5766eab4dfSMichael S. Tsirkinobj-$(CONFIG_GENERIC_PCI_IOMAP) += pci_iomap.o 58928923c7SGeert Uytterhoevenobj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o 59928923c7SGeert Uytterhoevenobj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o 60cae2ed9aSIngo Molnarobj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o 61d61931d8SBorislav Petkov 626583327cSPeter OberparleiterGCOV_PROFILE_hweight.o := n 63d61931d8SBorislav PetkovCFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS)) 64702a28b1SRandy Dunlapobj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o 65d61931d8SBorislav Petkov 665db53f3eSJoern Engelobj-$(CONFIG_BTREE) += btree.o 67a88cc108SChris Wilsonobj-$(CONFIG_INTERVAL_TREE) += interval_tree.o 683cb98950SDavid Howellsobj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o 6939c715b7SIngo Molnarobj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o 70199a9afcSDave Jonesobj-$(CONFIG_DEBUG_LIST) += list_debug.o 713ac7fe5aSThomas Gleixnerobj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o 721da177e4SLinus Torvalds 731da177e4SLinus Torvaldsifneq ($(CONFIG_HAVE_DEC_LOCK),y) 741da177e4SLinus Torvalds lib-y += dec_and_lock.o 751da177e4SLinus Torvaldsendif 761da177e4SLinus Torvalds 77a5cfc1ecSAkinobu Mitaobj-$(CONFIG_BITREVERSE) += bitrev.o 788759ef32SOskar Schirmerobj-$(CONFIG_RATIONAL) += rational.o 791da177e4SLinus Torvaldsobj-$(CONFIG_CRC_CCITT) += crc-ccitt.o 807657ec1fSEvgeniy Polyakovobj-$(CONFIG_CRC16) += crc16.o 81f11f594eSMartin K. Petersenobj-$(CONFIG_CRC_T10DIF)+= crc-t10dif.o 823e7cbae7SIvo van Doornobj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o 831da177e4SLinus Torvaldsobj-$(CONFIG_CRC32) += crc32.o 84ad241528SJan Nikitenkoobj-$(CONFIG_CRC7) += crc7.o 851da177e4SLinus Torvaldsobj-$(CONFIG_LIBCRC32C) += libcrc32c.o 867150962dSArend van Sprielobj-$(CONFIG_CRC8) += crc8.o 87f14f75b8SJes Sorensenobj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o 881da177e4SLinus Torvalds 892da572c9SDan Streetmanobj-$(CONFIG_842_COMPRESS) += 842/ 902da572c9SDan Streetmanobj-$(CONFIG_842_DECOMPRESS) += 842/ 911da177e4SLinus Torvaldsobj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ 921da177e4SLinus Torvaldsobj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ 931da177e4SLinus Torvaldsobj-$(CONFIG_REED_SOLOMON) += reed_solomon/ 94437aa565SIvan Djelicobj-$(CONFIG_BCH) += bch.o 9564c70b1cSRichard Purdieobj-$(CONFIG_LZO_COMPRESS) += lzo/ 9664c70b1cSRichard Purdieobj-$(CONFIG_LZO_DECOMPRESS) += lzo/ 97c72ac7a1SChanho Minobj-$(CONFIG_LZ4_COMPRESS) += lz4/ 98c72ac7a1SChanho Minobj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 99e76e1fdfSKyungsik Leeobj-$(CONFIG_LZ4_DECOMPRESS) += lz4/ 10024fa0402SLasse Collinobj-$(CONFIG_XZ_DEC) += xz/ 101f5e70d0fSDavid Woodhouseobj-$(CONFIG_RAID6_PQ) += raid6/ 1021da177e4SLinus Torvalds 103889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o 104889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o 105889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o 1063ebe1243SLasse Collinlib-$(CONFIG_DECOMPRESS_XZ) += decompress_unxz.o 107cacb246fSAlbin Tonnerrelib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o 108e76e1fdfSKyungsik Leelib-$(CONFIG_DECOMPRESS_LZ4) += decompress_unlz4.o 109c8531ab3SH. Peter Anvin 11065df877aSDavid S. Millerobj-$(CONFIG_TEXTSEARCH) += textsearch.o 111df3fb93aSThomas Grafobj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o 1128082e4edSPablo Neira Ayusoobj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o 1136408f79cSThomas Grafobj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o 1143cbc5640SRavikiran G Thirumalaiobj-$(CONFIG_SMP) += percpu_counter.o 115e65e1fc2SAl Viroobj-$(CONFIG_AUDIT_GENERIC) += audit.o 1164b588411SAKASHI Takahiroobj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o 1172de4ff7bSThomas Graf 1186c654b5fSJohn W. Linvilleobj-$(CONFIG_SWIOTLB) += swiotlb.o 11910b88a4bSSowmini Varadhanobj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o iommu-common.o 1206ff1cb35SAkinobu Mitaobj-$(CONFIG_FAULT_INJECTION) += fault-inject.o 1218d438288SAkinobu Mitaobj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o 122c9d221f8SAkinobu Mitaobj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o 123048b9c35SAkinobu Mitaobj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o 12402fff96aSNikolay Aleksandrovobj-$(CONFIG_NETDEV_NOTIFIER_ERROR_INJECT) += netdev-notifier-error-inject.o 1259579f5bdSAkinobu Mitaobj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o 126d526e85fSBenjamin Herrenschmidtobj-$(CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT) += \ 127d526e85fSBenjamin Herrenschmidt of-reconfig-notifier-error-inject.o 1286c654b5fSJohn W. Linville 1297664c5a1SJeremy Fitzhardingelib-$(CONFIG_GENERIC_BUG) += bug.o 1307664c5a1SJeremy Fitzhardinge 131bbc69863SRoland McGrathobj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o 132bbc69863SRoland McGrath 133e9d376f0SJason Baronobj-$(CONFIG_DYNAMIC_DEBUG) += dynamic_debug.o 134346e15beSJason Baron 135e9cc8bddSGeert Uytterhoevenobj-$(CONFIG_NLATTR) += nlattr.o 1361da177e4SLinus Torvalds 137b411b363SPhilipp Reisnerobj-$(CONFIG_LRU_CACHE) += lru_cache.o 138b411b363SPhilipp Reisner 139f2f45e5fSJoerg Roedelobj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o 140f2f45e5fSJoerg Roedel 14126a28fa4SArnd Bergmannobj-$(CONFIG_GENERIC_CSUM) += checksum.o 14226a28fa4SArnd Bergmann 14309d4e0edSPaul Mackerrasobj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o 14409d4e0edSPaul Mackerras 14586a89380SLuca Barbieriobj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o 14686a89380SLuca Barbieri 147c39649c3SBen Hutchingsobj-$(CONFIG_CPU_RMAP) += cpu_rmap.o 148c39649c3SBen Hutchings 14910f8113eSArend van Sprielobj-$(CONFIG_CORDIC) += cordic.o 15010f8113eSArend van Spriel 15175957ba3STom Herbertobj-$(CONFIG_DQL) += dynamic_queue_limits.o 15275957ba3STom Herbert 153b0125085SGeorge Spelvinobj-$(CONFIG_GLOB) += glob.o 154b0125085SGeorge Spelvin 155d9c46b18SDmitry Kasatkinobj-$(CONFIG_MPILIB) += mpi/ 1565e8898e9SDmitry Kasatkinobj-$(CONFIG_SIGNATURE) += digsig.o 157d9c46b18SDmitry Kasatkin 158f5948701SChris Metcalflib-$(CONFIG_CLZ_TAB) += clz_tab.o 159c6df4b17SDavid Miller 1609c1c21a0SAneesh Vobj-$(CONFIG_DDR) += jedec_ddr_data.o 1619c1c21a0SAneesh V 1622922585bSDavid S. Millerobj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o 163a08c5356SLinus Torvaldsobj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o 1642922585bSDavid S. Miller 1654cd5773aSAndy Shevchenkoobj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o 1664cd5773aSAndy Shevchenko 167f8bcbe62SRobert Jarzmikobj-$(CONFIG_SG_SPLIT) += sg_split.o 1684ccf4beaSWolfram Sangobj-$(CONFIG_STMP_DEVICE) += stmp_device.o 169511cbce2SChristoph Hellwigobj-$(CONFIG_IRQ_POLL) += irq_poll.o 1704ccf4beaSWolfram Sang 171adaf5687SMark Salterlibfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \ 172adaf5687SMark Salter fdt_empty_tree.o 173ab253839SDavid Daney$(foreach file, $(libfdt_files), \ 174ab253839SDavid Daney $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt)) 175ab253839SDavid Daneylib-$(CONFIG_LIBFDT) += $(libfdt_files) 176ab253839SDavid Daney 177910a742dSMichel Lespinasseobj-$(CONFIG_RBTREE_TEST) += rbtree_test.o 178fff3fd8aSMichel Lespinasseobj-$(CONFIG_INTERVAL_TREE_TEST) += interval_tree_test.o 179fff3fd8aSMichel Lespinasse 180623fd807SGreg Thelenobj-$(CONFIG_PERCPU_TEST) += percpu_test.o 181623fd807SGreg Thelen 18242d5ec27SDavid Howellsobj-$(CONFIG_ASN1) += asn1_decoder.o 18342d5ec27SDavid Howells 184ee89bd6bSGeert Uytterhoevenobj-$(CONFIG_FONT_SUPPORT) += fonts/ 185ee89bd6bSGeert Uytterhoeven 1861da177e4SLinus Torvaldshostprogs-y := gen_crc32table 1871da177e4SLinus Torvaldsclean-files := crc32table.h 1881da177e4SLinus Torvalds 1891da177e4SLinus Torvalds$(obj)/crc32.o: $(obj)/crc32table.h 1901da177e4SLinus Torvalds 1911da177e4SLinus Torvaldsquiet_cmd_crc32 = GEN $@ 1921da177e4SLinus Torvalds cmd_crc32 = $< > $@ 1931da177e4SLinus Torvalds 1941da177e4SLinus Torvalds$(obj)/crc32table.h: $(obj)/gen_crc32table 1951da177e4SLinus Torvalds $(call cmd,crc32) 196a77ad6eaSDavid Howells 197a77ad6eaSDavid Howells# 198a77ad6eaSDavid Howells# Build a fast OID lookip registry from include/linux/oid_registry.h 199a77ad6eaSDavid Howells# 200a77ad6eaSDavid Howellsobj-$(CONFIG_OID_REGISTRY) += oid_registry.o 201a77ad6eaSDavid Howells 202527897ccSTim Gardner$(obj)/oid_registry.o: $(obj)/oid_registry_data.c 203a77ad6eaSDavid Howells 204a77ad6eaSDavid Howells$(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \ 205a77ad6eaSDavid Howells $(src)/build_OID_registry 206a77ad6eaSDavid Howells $(call cmd,build_OID_registry) 207a77ad6eaSDavid Howells 208a77ad6eaSDavid Howellsquiet_cmd_build_OID_registry = GEN $@ 209a77ad6eaSDavid Howells cmd_build_OID_registry = perl $(srctree)/$(src)/build_OID_registry $< $@ 210a77ad6eaSDavid Howells 211a77ad6eaSDavid Howellsclean-files += oid_registry_data.c 2120635eb8aSMatthew Garrett 2130635eb8aSMatthew Garrettobj-$(CONFIG_UCS2_STRING) += ucs2_string.o 214c6d30853SAndrey Ryabininobj-$(CONFIG_UBSAN) += ubsan.o 215c6d30853SAndrey Ryabinin 216c6d30853SAndrey RyabininUBSAN_SANITIZE_ubsan.o := n 217