1 # SPDX-License-Identifier: GPL-2.0 << 2 # 1 # 3 # Makefile for MIPS-specific library files.. 2 # Makefile for MIPS-specific library files.. 4 # 3 # 5 4 6 lib-y += bitops.o csum_partial.o delay.o mem !! 5 USE_STANDARD_AS_RULE := true 7 mips-atomic.o strncpy_user.o \ << 8 strnlen_user.o uncached.o << 9 << 10 obj-y += iomap_copy.o << 11 obj-$(CONFIG_PCI) += iomap-pci.o << 12 lib-$(CONFIG_GENERIC_CSUM) := $(filter-ou << 13 6 14 obj-$(CONFIG_CPU_GENERIC_DUMP_TLB) += dump_tlb !! 7 L_TARGET = lib.a 15 obj-$(CONFIG_CPU_R3000) += r3k_dump_tl << 16 8 17 # libgcc-style stuff needed in the kernel !! 9 obj-y += csum_partial.o csum_partial_copy.o \ 18 obj-y += bswapsi.o bswapdi.o multi3.o !! 10 promlib.o rtc-std.o rtc-no.o memcpy.o \ >> 11 memset.o watch.o strlen_user.o \ >> 12 strncpy_user.o strnlen_user.o >> 13 >> 14 export-objs := rtc-std.o rtc-no.o >> 15 >> 16 ifeq ($(CONFIG_CPU_R3000)$(CONFIG_CPU_TX39XX),y) >> 17 obj-y += r3k_dump_tlb.o >> 18 else >> 19 obj-y += dump_tlb.o >> 20 endif >> 21 >> 22 obj-$(CONFIG_BLK_DEV_FD) += floppy-no.o floppy-std.o >> 23 obj-$(subst m,y,$(CONFIG_IDE)) += ide-std.o ide-no.o # needed for ide module >> 24 obj-$(CONFIG_PC_KEYB) += kbd-std.o >> 25 >> 26 include $(TOPDIR)/Rules.make
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.