Home
last modified time | relevance | path

Searched full:kcflags (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/scripts/
H A Dstackusage25 KCFLAGS="${KCFLAGS} -fstack-usage" make "$@"
H A Dkernel-doc185 if (defined($ENV{'KCFLAGS'})) {
186 my $kcflags = "$ENV{'KCFLAGS'}";
188 if ($kcflags =~ /Werror/) {
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A DMakefile2 ifeq (, $(findstring -W,$(KCFLAGS)))
/openbmc/linux/Documentation/kbuild/
H A Dreproducible-builds.rst54 including the ``-fdebug-prefix-map`` option in the `KCFLAGS`_ variable.
134 .. _KCFLAGS: kbuild.html#kcflags
H A Dkbuild.rst47 KCFLAGS section in Environment variables
/openbmc/linux/arch/csky/
H A DMakefile65 $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
/openbmc/linux/arch/nios2/
H A DMakefile22 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
/openbmc/linux/tools/virtio/
H A DMakefile40 OOT_BUILD=KCFLAGS="-I "${OOT_VHOST} ${MAKE} -C ${OOT_KSRC} V=${V}
/openbmc/linux/Documentation/translations/zh_CN/process/
H A D4.Coding.rst173 请注意,并非所有编译器警告都默认启用。使用“make KCFLAGS=-W”构建内核以
/openbmc/linux/Documentation/process/
H A Dsubmit-checklist.rst99 ``make KCFLAGS=-W``). This will generate lots of noise, but is good
H A D4.Coding.rst245 kernel with "make KCFLAGS=-W" to get the full set.
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D4.Coding.rst176 請注意,並非所有編譯器警告都默認啓用。使用「make KCFLAGS=-W」構建內核以
/openbmc/u-boot/board/cadence/xtfpga/
H A DREADME119 are recompiled with -O0. To build with -O0, pass it in the KCFLAGS
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dsubmit-checklist.rst108 ``make KCFLAGS=-W``). Questo genererà molti avvisi, ma è ottimo
H A D4.Coding.rst259 Costruite il kernel con "make KCFLAGS=-W" per ottenerli tutti.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass144 echo 'export KCFLAGS="--sysroot=$SDKTARGETSYSROOT"' >> $script
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py228 args.append('KCFLAGS=-Werror')
/openbmc/qemu/scripts/
H A Dkernel-doc336 if (defined($ENV{'KCFLAGS'})) {
337 my $kcflags = "$ENV{'KCFLAGS'}";
339 if ($kcflags =~ /Werror/) {
/openbmc/u-boot/
H A DREADME3453 setting the according environment variables KCPPFLAGS, KAFLAGS and KCFLAGS.
3456 make KCFLAGS=-Werror
H A DMakefile663 KBUILD_CFLAGS += $(KCFLAGS)
/openbmc/linux/
H A DMakefile1030 KBUILD_CFLAGS += $(KCFLAGS)