1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for or1k specific library files.. !! 2 # Makefile for MIPS-specific library files.. 4 # 3 # 5 4 6 obj-y := delay.o string.o memset.o memcpy.o !! 5 lib-y += csum_partial_copy.o memcpy.o promlib.o rtc-no.o rtc-std.o >> 6 >> 7 lib-$(subst m,y,$(CONFIG_BLK_DEV_FD)) += floppy-no.o floppy-std.o >> 8 lib-$(subst m,y,$(CONFIG_IDE)) += ide-no.o ide-std.o >> 9 >> 10 EXTRA_AFLAGS := $(CFLAGS)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.