Home
last modified time | relevance | path

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

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