From a08837b13f89a19a2088f499250cf787ab1e9c51 Mon Sep 17 00:00:00 2001 From: Serge Ayoun Date: Tue, 24 Apr 2018 03:05:31 -0400 Subject: [PATCH] Removing conflicting compilation flags from the Makefile Signed-off-by: Serge Ayoun --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b5edaf..b0a11e2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) CFLAGS_MODULE="-DDEBUG -g -O0" modules + $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules install: default $(MAKE) INSTALL_MOD_DIR=kernel/drivers/intel/sgx -C $(KDIR) M=$(PWD) modules_install