1 # SPDX-License-Identifier: GPL-2.0 2 # ============================================ 3 # arch/um: Generic definitions 4 # ============================================ 5 6 USER_SINGLE_OBJS := \ 7 $(foreach f,$(patsubst %.o,%,$(obj-y)) 8 USER_OBJS += $(filter %_user.o,$(obj-y) $(USER 9 USER_OBJS := $(foreach file,$(USER_OBJS),$(obj 10 11 $(USER_OBJS:.o=.%): \ 12 c_flags = -Wp,-MD,$(depfile) $(USER_CF 13 14 # These are like USER_OBJS but filter USER_CFL 15 # using it directly. 16 UNPROFILE_OBJS := $(foreach file,$(UNPROFILE_O 17 18 $(UNPROFILE_OBJS:.o=.%): \ 19 c_flags = -Wp,-MD,$(depfile) $(call un 20 21 $(USER_OBJS) $(UNPROFILE_OBJS): \ 22 CHECKFLAGS := $(patsubst $(NOSTDINC_FL 23 24 # The stubs can't try to call mcount or update 25 define unprofile 26 $(patsubst -pg,,$(patsubst -fprofile-a 27 endef
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.