Home
last modified time | relevance | path

Searched refs:ccflags (Results 276 – 292 of 292) sorted by relevance

1...<<1112

/openbmc/linux/arch/alpha/kernel/
H A DMakefile8 ccflags-y := -Wno-sign-compare
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst317 ccflags-y, asflags-y and ldflags-y
325 ccflags-y specifies options for compiling with $(CC).
330 ccflags-y := -Os -D_LINUX -DBUILDING_ACPICA
331 ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
351 subdir-ccflags-y, subdir-asflags-y
352 The two flags listed above are similar to ccflags-y and asflags-y.
360 subdir-ccflags-y := -Werror
362 ccflags-remove-y, asflags-remove-y
368 ccflags-remove-$(CONFIG_MCOUNT) += -pg
377 CFLAGS_$@ has the higher priority than ccflags-remove-y; CFLAGS_$@
[all …]
/openbmc/linux/drivers/comedi/drivers/
H A DMakefile4 ccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG
/openbmc/u-boot/scripts/kconfig/
H A DMakefile191 HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile7 subdir-ccflags-y += -I$(src)
/openbmc/linux/drivers/i2c/busses/
H A DMakefile159 ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG
/openbmc/linux/drivers/spi/
H A DMakefile6 ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG
/openbmc/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst354 debug and add ``ccflags := -DDYNAMIC_DEBUG_MODULE`` into the Makefile of any
369 Otherwise, they are off by default; ``ccflags += -DDEBUG`` or
/openbmc/linux/drivers/rtc/
H A DMakefile6 ccflags-$(CONFIG_RTC_DEBUG) := -DDEBUG
/openbmc/linux/drivers/hwmon/
H A DMakefile229 ccflags-$(CONFIG_HWMON_DEBUG_CHIP) := -DDEBUG
/openbmc/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst71 ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=USB_COMMON
/openbmc/linux/drivers/regulator/
H A DMakefile199 ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG
/openbmc/linux/drivers/gpio/
H A DMakefile4 ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG
/openbmc/linux/Documentation/translations/it_IT/core-api/
H A Dsymbol-namespaces.rst72 ccflags-y += -DDEFAULT_SYMBOL_NAMESPACE=USB_COMMON
/openbmc/linux/lib/
H A DMakefile6 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
/openbmc/linux/drivers/staging/media/atomisp/
H A DMakefile316 ccflags-y += $(INCLUDES) $(DEFINES) -fno-common
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst347 flags added via commit f77bf01425b1 ("kbuild: introduce ccflags-y,
353 EXTRA_CFLAGS -> ccflags-y

1...<<1112