1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for hexagon-specific library files. !! 2 # Makefile for ppc-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 USE_STANDARD_AS_RULE := true >> 6 >> 7 O_TARGET := lib.o >> 8 >> 9 export-objs := dec_and_lock.o >> 10 >> 11 obj-y := checksum.o string.o strcase.o dec_and_lock.o div64.o >> 12 >> 13 obj-$(CONFIG_SMP) += locks.o >> 14 >> 15 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.