1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for or1k specific library files.. !! 2 # Makefile for m68k-specific library files.. 4 # 3 # 5 4 6 obj-y := delay.o string.o memset.o memcpy.o !! 5 .S.o: >> 6 $(CC) $(AFLAGS) -traditional -c $< -o $@ >> 7 >> 8 L_TARGET = lib.a >> 9 >> 10 obj-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ >> 11 checksum.o memcmp.o memcpy.o memset.o semaphore.o >> 12 >> 13 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.