Home
last modified time | relevance | path

Searched refs:USER_CFLAGS (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/um/scripts/
DMakefile.rules12 …c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include $(srctree)/include/linux/kern_levels.h -inclu…
19 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
/linux-6.1.9/arch/um/
DMakefile-os-Linux7 USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
DMakefile73 USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -I%,,$(KBUILD_CFLAGS))) \ macro
157 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/linux-6.1.9/arch/x86/um/
DMakefile41 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \