Home
last modified time | relevance | path

Searched refs:HOSTCFLAGS (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/Documentation/mic/mpssd/
DMakefile9 HOSTCFLAGS += -I$(objtree)/usr/include -I$(srctree)/tools/include
12 HOSTCFLAGS += -DDEBUG=$(DEBUG)
/linux-4.1.27/Documentation/vDSO/
DMakefile10 HOSTCFLAGS := -I$(objtree)/usr/include -std=gnu99 macro
/linux-4.1.27/samples/bpf/
DMakefile34 HOSTCFLAGS += -I$(objtree)/usr/include
/linux-4.1.27/scripts/
DMakefile.host66 _hostc_flags = $(HOSTCFLAGS) $(HOST_EXTRACFLAGS) \
/linux-4.1.27/arch/alpha/boot/
DMakefile17 HOSTCFLAGS := -Wall -I$(objtree)/usr/include macro
/linux-4.1.27/scripts/kconfig/
DMakefile192 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(srctree)/$(src)/check.sh $(HOSTCC) $(HOSTCFLAGS))
/linux-4.1.27/
DMakefile301 HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89
305 HOSTCFLAGS += -Wno-unused-value -Wno-unused-parameter \
418 export ARCH SRCARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt673 the options specified in $(HOSTCFLAGS).