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 \ 168d58e99aSSteven Rostedt (Red Hat) earlycpio.o seq_buf.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 21ccb46000SAndrew Morton 224af679cdSPeter Zijlstralib-y += kobject.o klist.o 232f4f12e5SLinus Torvaldsobj-y += lockref.o 241da177e4SLinus Torvalds 25d3de851aSDavid Brownellobj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ 26*64d1d77aSAndy Shevchenko bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ 2757dd8a07SAl Viro gcd.o lcm.o list_sort.o uuid.o flex_array.o clz_ctz.o \ 28798ab48eSKent Overstreet bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o \ 290cb6c969SDaniel Borkmann percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o 3016c7fa05SAndy Shevchenkoobj-y += string_helpers.o 3116c7fa05SAndy Shevchenkoobj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o 32*64d1d77aSAndy Shevchenkoobj-y += hexdump.o 33*64d1d77aSAndy Shevchenkoobj-$(CONFIG_TEST_HEXDUMP) += test-hexdump.o 3433ee3b2eSAlexey Dobriyanobj-y += kstrtox.o 3533ee3b2eSAlexey Dobriyanobj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o 368a6f0b47SValentin Rothbergobj-$(CONFIG_TEST_LKM) += test_module.o 373e2a4c18SKees Cookobj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o 3864a8946bSAlexei Starovoitovobj-$(CONFIG_TEST_BPF) += test_bpf.o 390a8adf58SKees Cookobj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o 409d6dbe1bSGeert Uytterhoevenobj-$(CONFIG_TEST_RHASHTABLE) += test_rhashtable.o 411da177e4SLinus Torvalds 421da177e4SLinus Torvaldsifeq ($(CONFIG_DEBUG_KOBJECT),y) 431da177e4SLinus TorvaldsCFLAGS_kobject.o += -DDEBUG 441da177e4SLinus TorvaldsCFLAGS_kobject_uevent.o += -DDEBUG 451da177e4SLinus Torvaldsendif 461da177e4SLinus Torvalds 475ea81769SAl Viroobj-$(CONFIG_GENERIC_IOMAP) += iomap.o 4866eab4dfSMichael S. Tsirkinobj-$(CONFIG_GENERIC_PCI_IOMAP) += pci_iomap.o 49928923c7SGeert Uytterhoevenobj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o 50928923c7SGeert Uytterhoevenobj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o 51cae2ed9aSIngo Molnarobj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o 52d61931d8SBorislav Petkov 536583327cSPeter OberparleiterGCOV_PROFILE_hweight.o := n 54d61931d8SBorislav PetkovCFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS)) 55702a28b1SRandy Dunlapobj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o 56d61931d8SBorislav Petkov 575db53f3eSJoern Engelobj-$(CONFIG_BTREE) += btree.o 58a88cc108SChris Wilsonobj-$(CONFIG_INTERVAL_TREE) += interval_tree.o 593cb98950SDavid Howellsobj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o 6039c715b7SIngo Molnarobj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o 61199a9afcSDave Jonesobj-$(CONFIG_DEBUG_LIST) += list_debug.o 623ac7fe5aSThomas Gleixnerobj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o 631da177e4SLinus Torvalds 641da177e4SLinus Torvaldsifneq ($(CONFIG_HAVE_DEC_LOCK),y) 651da177e4SLinus Torvalds lib-y += dec_and_lock.o 661da177e4SLinus Torvaldsendif 671da177e4SLinus Torvalds 68a5cfc1ecSAkinobu Mitaobj-$(CONFIG_BITREVERSE) += bitrev.o 698759ef32SOskar Schirmerobj-$(CONFIG_RATIONAL) += rational.o 701da177e4SLinus Torvaldsobj-$(CONFIG_CRC_CCITT) += crc-ccitt.o 717657ec1fSEvgeniy Polyakovobj-$(CONFIG_CRC16) += crc16.o 72f11f594eSMartin K. Petersenobj-$(CONFIG_CRC_T10DIF)+= crc-t10dif.o 733e7cbae7SIvo van Doornobj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o 741da177e4SLinus Torvaldsobj-$(CONFIG_CRC32) += crc32.o 75ad241528SJan Nikitenkoobj-$(CONFIG_CRC7) += crc7.o 761da177e4SLinus Torvaldsobj-$(CONFIG_LIBCRC32C) += libcrc32c.o 777150962dSArend van Sprielobj-$(CONFIG_CRC8) += crc8.o 78f14f75b8SJes Sorensenobj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o 791da177e4SLinus Torvalds 801da177e4SLinus Torvaldsobj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ 811da177e4SLinus Torvaldsobj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ 821da177e4SLinus Torvaldsobj-$(CONFIG_REED_SOLOMON) += reed_solomon/ 83437aa565SIvan Djelicobj-$(CONFIG_BCH) += bch.o 8464c70b1cSRichard Purdieobj-$(CONFIG_LZO_COMPRESS) += lzo/ 8564c70b1cSRichard Purdieobj-$(CONFIG_LZO_DECOMPRESS) += lzo/ 86c72ac7a1SChanho Minobj-$(CONFIG_LZ4_COMPRESS) += lz4/ 87c72ac7a1SChanho Minobj-$(CONFIG_LZ4HC_COMPRESS) += lz4/ 88e76e1fdfSKyungsik Leeobj-$(CONFIG_LZ4_DECOMPRESS) += lz4/ 8924fa0402SLasse Collinobj-$(CONFIG_XZ_DEC) += xz/ 90f5e70d0fSDavid Woodhouseobj-$(CONFIG_RAID6_PQ) += raid6/ 911da177e4SLinus Torvalds 92889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o 93889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o 94889c92d2SH. Peter Anvinlib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o 953ebe1243SLasse Collinlib-$(CONFIG_DECOMPRESS_XZ) += decompress_unxz.o 96cacb246fSAlbin Tonnerrelib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o 97e76e1fdfSKyungsik Leelib-$(CONFIG_DECOMPRESS_LZ4) += decompress_unlz4.o 98c8531ab3SH. Peter Anvin 9965df877aSDavid S. Millerobj-$(CONFIG_TEXTSEARCH) += textsearch.o 100df3fb93aSThomas Grafobj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o 1018082e4edSPablo Neira Ayusoobj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o 1026408f79cSThomas Grafobj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o 1033cbc5640SRavikiran G Thirumalaiobj-$(CONFIG_SMP) += percpu_counter.o 104e65e1fc2SAl Viroobj-$(CONFIG_AUDIT_GENERIC) += audit.o 1054b588411SAKASHI Takahiroobj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o 1062de4ff7bSThomas Graf 1076c654b5fSJohn W. Linvilleobj-$(CONFIG_SWIOTLB) += swiotlb.o 1080291df8cSFUJITA Tomonoriobj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o 1096ff1cb35SAkinobu Mitaobj-$(CONFIG_FAULT_INJECTION) += fault-inject.o 1108d438288SAkinobu Mitaobj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o 111c9d221f8SAkinobu Mitaobj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o 112048b9c35SAkinobu Mitaobj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o 1139579f5bdSAkinobu Mitaobj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o 114d526e85fSBenjamin Herrenschmidtobj-$(CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT) += \ 115d526e85fSBenjamin Herrenschmidt of-reconfig-notifier-error-inject.o 1166c654b5fSJohn W. Linville 1177664c5a1SJeremy Fitzhardingelib-$(CONFIG_GENERIC_BUG) += bug.o 1187664c5a1SJeremy Fitzhardinge 119bbc69863SRoland McGrathobj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o 120bbc69863SRoland McGrath 121e9d376f0SJason Baronobj-$(CONFIG_DYNAMIC_DEBUG) += dynamic_debug.o 122346e15beSJason Baron 123e9cc8bddSGeert Uytterhoevenobj-$(CONFIG_NLATTR) += nlattr.o 1241da177e4SLinus Torvalds 125b411b363SPhilipp Reisnerobj-$(CONFIG_LRU_CACHE) += lru_cache.o 126b411b363SPhilipp Reisner 127f2f45e5fSJoerg Roedelobj-$(CONFIG_DMA_API_DEBUG) += dma-debug.o 128f2f45e5fSJoerg Roedel 12926a28fa4SArnd Bergmannobj-$(CONFIG_GENERIC_CSUM) += checksum.o 13026a28fa4SArnd Bergmann 13109d4e0edSPaul Mackerrasobj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o 13209d4e0edSPaul Mackerras 13386a89380SLuca Barbieriobj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o 13486a89380SLuca Barbieri 135c5485a7eSBruno Randolfobj-$(CONFIG_AVERAGE) += average.o 136c5485a7eSBruno Randolf 137c39649c3SBen Hutchingsobj-$(CONFIG_CPU_RMAP) += cpu_rmap.o 138c39649c3SBen Hutchings 13910f8113eSArend van Sprielobj-$(CONFIG_CORDIC) += cordic.o 14010f8113eSArend van Spriel 14175957ba3STom Herbertobj-$(CONFIG_DQL) += dynamic_queue_limits.o 14275957ba3STom Herbert 143b0125085SGeorge Spelvinobj-$(CONFIG_GLOB) += glob.o 144b0125085SGeorge Spelvin 145d9c46b18SDmitry Kasatkinobj-$(CONFIG_MPILIB) += mpi/ 1465e8898e9SDmitry Kasatkinobj-$(CONFIG_SIGNATURE) += digsig.o 147d9c46b18SDmitry Kasatkin 148c6df4b17SDavid Millerobj-$(CONFIG_CLZ_TAB) += clz_tab.o 149c6df4b17SDavid Miller 1509c1c21a0SAneesh Vobj-$(CONFIG_DDR) += jedec_ddr_data.o 1519c1c21a0SAneesh V 1522922585bSDavid S. Millerobj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o 153a08c5356SLinus Torvaldsobj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o 1542922585bSDavid S. Miller 1554cd5773aSAndy Shevchenkoobj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o 1564cd5773aSAndy Shevchenko 1574ccf4beaSWolfram Sangobj-$(CONFIG_STMP_DEVICE) += stmp_device.o 1584ccf4beaSWolfram Sang 159adaf5687SMark Salterlibfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \ 160adaf5687SMark Salter fdt_empty_tree.o 161ab253839SDavid Daney$(foreach file, $(libfdt_files), \ 162ab253839SDavid Daney $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt)) 163ab253839SDavid Daneylib-$(CONFIG_LIBFDT) += $(libfdt_files) 164ab253839SDavid Daney 165910a742dSMichel Lespinasseobj-$(CONFIG_RBTREE_TEST) += rbtree_test.o 166fff3fd8aSMichel Lespinasseobj-$(CONFIG_INTERVAL_TREE_TEST) += interval_tree_test.o 167fff3fd8aSMichel Lespinasse 168623fd807SGreg Thelenobj-$(CONFIG_PERCPU_TEST) += percpu_test.o 169623fd807SGreg Thelen 17042d5ec27SDavid Howellsobj-$(CONFIG_ASN1) += asn1_decoder.o 17142d5ec27SDavid Howells 172ee89bd6bSGeert Uytterhoevenobj-$(CONFIG_FONT_SUPPORT) += fonts/ 173ee89bd6bSGeert Uytterhoeven 1741da177e4SLinus Torvaldshostprogs-y := gen_crc32table 1751da177e4SLinus Torvaldsclean-files := crc32table.h 1761da177e4SLinus Torvalds 1771da177e4SLinus Torvalds$(obj)/crc32.o: $(obj)/crc32table.h 1781da177e4SLinus Torvalds 1791da177e4SLinus Torvaldsquiet_cmd_crc32 = GEN $@ 1801da177e4SLinus Torvalds cmd_crc32 = $< > $@ 1811da177e4SLinus Torvalds 1821da177e4SLinus Torvalds$(obj)/crc32table.h: $(obj)/gen_crc32table 1831da177e4SLinus Torvalds $(call cmd,crc32) 184a77ad6eaSDavid Howells 185a77ad6eaSDavid Howells# 186a77ad6eaSDavid Howells# Build a fast OID lookip registry from include/linux/oid_registry.h 187a77ad6eaSDavid Howells# 188a77ad6eaSDavid Howellsobj-$(CONFIG_OID_REGISTRY) += oid_registry.o 189a77ad6eaSDavid Howells 190527897ccSTim Gardner$(obj)/oid_registry.o: $(obj)/oid_registry_data.c 191a77ad6eaSDavid Howells 192a77ad6eaSDavid Howells$(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \ 193a77ad6eaSDavid Howells $(src)/build_OID_registry 194a77ad6eaSDavid Howells $(call cmd,build_OID_registry) 195a77ad6eaSDavid Howells 196a77ad6eaSDavid Howellsquiet_cmd_build_OID_registry = GEN $@ 197a77ad6eaSDavid Howells cmd_build_OID_registry = perl $(srctree)/$(src)/build_OID_registry $< $@ 198a77ad6eaSDavid Howells 199a77ad6eaSDavid Howellsclean-files += oid_registry_data.c 2000635eb8aSMatthew Garrett 2010635eb8aSMatthew Garrettobj-$(CONFIG_UCS2_STRING) += ucs2_string.o 202