Skip to content

Commit

Permalink
Removing conflicting compilation flags from the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Ayoun <serge.ayoun@intel.com>
  • Loading branch information
sergeay committed Apr 24, 2018
1 parent 7b2f9e0 commit a08837b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit a08837b

Please sign in to comment.