1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for hexagon-specific library files. !! 2 # Makefile for i386-specific library files.. 4 # 3 # 5 obj-y = checksum.o io.o memcpy.o memset.o memc !! 4 6 divsi3.o modsi3.o udivsi3.o umodsi3. !! 5 .S.o: >> 6 $(CC) $(AFLAGS) -c $< -o $*.o >> 7 >> 8 L_TARGET = lib.a >> 9 >> 10 obj-y = checksum.o old-checksum.o delay.o \ >> 11 usercopy.o getuser.o \ >> 12 memcpy.o strstr.o >> 13 >> 14 obj-$(CONFIG_X86_USE_3DNOW) += mmx.o >> 15 obj-$(CONFIG_HAVE_DEC_LOCK) += dec_and_lock.o >> 16 obj-$(CONFIG_DEBUG_IOVIRT) += iodebug.o >> 17 >> 18 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.