Home
last modified time | relevance | path

Searched refs:ccflags (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh23 ccflags() function
82 ccflags
/openbmc/u-boot/lib/lzma/
H A DMakefile9 ccflags-y += -D_LZMA_PROB32
/openbmc/u-boot/examples/
H A DMakefile6 subdir-ccflags-y += -finstrument-functions -DFTRACE
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dbusybox-cross-menuconfig.patch52 ccflags()
67 -HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
68 +HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
/openbmc/u-boot/lib/libfdt/
H A DMakefile25 ccflags-y := -I$(srctree)/scripts/dtc/libfdt
/openbmc/u-boot/drivers/bios_emulator/
H A DMakefile13 ccflags-y := -I$(srctree)/$(src) -I$(srctree)/$(src)/include \
/openbmc/u-boot/scripts/
H A DMakefile.lib4 ccflags-y += $(EXTRA_CFLAGS)
11 export KBUILD_SUBDIR_CCFLAGS := $(KBUILD_SUBDIR_CCFLAGS) $(subdir-ccflags-y)
106 $(ccflags-y) $(CFLAGS_$(basetarget).o)
H A DMakefile.build36 ccflags-y :=
41 subdir-ccflags-y :=
61 ccflags-y += $(PLATFORM_CPPFLAGS)
67 $(error CFLAGS was changed in "$(kbuild-file)". Fix it to use ccflags-y)
/openbmc/u-boot/fs/yaffs2/
H A DMakefile20 ccflags-y = -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_SHORT_NAMES_IN_RAM \
/openbmc/u-boot/lib/libavb/
H A DMakefile13 ccflags-y = -DAVB_COMPILATION
/openbmc/u-boot/post/lib_powerpc/fpu/
H A DMakefile12 ccflags-y := -mhard-float -fkeep-inline-functions
/openbmc/u-boot/drivers/usb/musb-new/
H A DMakefile15 ccflags-y := $(call cc-option,-Wno-unused-variable) \
/openbmc/u-boot/drivers/core/
H A DMakefile18 ccflags-$(CONFIG_DM_DEBUG) += -DDEBUG
/openbmc/u-boot/examples/standalone/
H A DMakefile45 ccflags-y += $(call cc-option,-fno-toplevel-reorder)
/openbmc/u-boot/lib/
H A DMakefile120 subdir-ccflags-$(CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED) += -O2
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A Daaf28a4630af60496c9d33db1d06a7d7d8983422.patch45 ccflags-y := $(ZFS_MODULE_CFLAGS) $(ZFS_MODULE_CPPFLAGS)
/openbmc/openbmc/poky/meta/recipes-extended/lsof/files/
H A Dremove-host-information.patch31 -#define LSOF_CCFLAGS "@ccflags@"
/openbmc/u-boot/scripts/kconfig/
H A DMakefile191 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \