Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87e51107 authored by Tracey Dent's avatar Tracey Dent Committed by Dan Williams
Browse files

drivers/dma/: Use the ccflag-y instead of EXTRA_CFLAGS



Use the ccflag-y flag instead of EXTRA_CFLAGS because EXTRA_CFLAGS is
deprecated and should now be switched. According to (documentation/kbuild/makefiles.txt).

Signed-off-by: default avatarTracey Dent <tdent48227@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@stericsson.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 51a1efe2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
ifeq ($(CONFIG_DMADEVICES_DEBUG),y)
	EXTRA_CFLAGS	+= -DDEBUG
	ccflags-y	+= -DDEBUG
endif
ifeq ($(CONFIG_DMADEVICES_VDEBUG),y)
	EXTRA_CFLAGS	+= -DVERBOSE_DEBUG
	ccflags-y	+= -DVERBOSE_DEBUG
endif

obj-$(CONFIG_DMA_ENGINE) += dmaengine.o