Searched refs:USER_CFLAGS (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/um/scripts/ |
D | Makefile.rules | 11 c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) -include user.h $(CFLAGS_$(basetarget).o) 18 c_flags = -Wp,-MD,$(depfile) $(call unprofile,$(USER_CFLAGS)) $(CFLAGS_$(basetarget).o)
|
/linux-3.4.99/arch/um/sys-ppc/ |
D | Makefile | 18 $(CC) -D__KERNEL__ $(USER_CFLAGS) $(ccflags-y) -c -o $@ $< 21 $(CC) $(USER_CFLAGS) $(ccflags-y) -c -o $@ $<
|
/linux-3.4.99/arch/um/ |
D | Makefile-os-Linux | 7 USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
|
D | Makefile | 61 USER_CFLAGS = $(patsubst $(KERNEL_DEFINES),,$(patsubst -D__KERNEL__,,\ macro 163 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
|
/linux-3.4.99/arch/x86/um/ |
D | Makefile | 40 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
|