mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
modules/mqnic/Makefile: Define CPP symbol DEBUG when environment variable DEBUG is provided
Signed-off-by: Joachim Foerster <joachim.foerster@missinglinkelectronics.com>
This commit is contained in:
parent
51d5712982
commit
6a975f3433
@ -26,6 +26,10 @@ mqnic-y += mqnic_cq.o
|
|||||||
mqnic-y += mqnic_eq.o
|
mqnic-y += mqnic_eq.o
|
||||||
mqnic-y += mqnic_ethtool.o
|
mqnic-y += mqnic_ethtool.o
|
||||||
|
|
||||||
|
ifneq ($(DEBUG),)
|
||||||
|
ccflags-y += -DDEBUG
|
||||||
|
endif
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
||||||
ifneq ($(KERNEL_SRC),)
|
ifneq ($(KERNEL_SRC),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user