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

Commit 350a55e9 authored by matt mooney's avatar matt mooney Committed by Jesse Barnes
Browse files

PCI: use new ccflags variable in Makefile



Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent db500419
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -65,6 +65,4 @@ obj-$(CONFIG_PCI_SYSCALL) += syscall.o


obj-$(CONFIG_PCI_STUB) += pci-stub.o
obj-$(CONFIG_PCI_STUB) += pci-stub.o


ifeq ($(CONFIG_PCI_DEBUG),y)
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
EXTRA_CFLAGS += -DDEBUG
endif