Skip to content
Snippets Groups Projects
Commit f486b6b1 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: added conditional DEBUG flag for pr_debug

parent 81372c4d
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,10 @@ obj-m += hypervisor.o ...@@ -3,6 +3,10 @@ obj-m += hypervisor.o
PWD := $(CURDIR) PWD := $(CURDIR)
ifeq ($(DEBUG), 1)
EXTRA_CFLAGS += -DDEBUG
endif
all: all:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment