Searched refs:USER_CFLAGS (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/um/scripts/
H A DMakefile.rules12 c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -include user.h $(CFLAGS_$(basetarget).o)
14 # These are like USER_OBJS but filter USER_CFLAGS through unprofile instead of
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/linux-master/arch/um/
H A DMakefile58 # These apply to USER_CFLAGS to.
70 USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -I%,,$(KBUILD_CFLAGS))) \ macro
89 # strip leading and trailing whitespace to make the USER_CFLAGS removal of these
155 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING DEV_NULL_PATH
/linux-master/arch/x86/um/
H A DMakefile42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \

Completed in 131 milliseconds