Commit 3d91a353 authored by Sedat Dilek's avatar Sedat Dilek Committed by Jonathan Corbet
Browse files

kbuild: Update example for ccflags-y usage



Update the ccflags-y example to match current usage.

Signed-off-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 02bdf9da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -297,8 +297,8 @@ more details, with real examples.
	ccflags-y specifies options for compiling with $(CC).

	Example:
		# drivers/acpi/Makefile
		ccflags-y := -Os
		# drivers/acpi/acpica/Makefile
		ccflags-y			:= -Os -D_LINUX -DBUILDING_ACPICA
		ccflags-$(CONFIG_ACPI_DEBUG)	+= -DACPI_DEBUG_OUTPUT

	This variable is necessary because the top Makefile owns the