summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8bf65e..38b1e6a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
KERNEL_DIR = /lib/modules/$(shell uname -r)/build
VERSION = 0.99
CONFIG_CRYPTO_USERSPACE_ASYMMETRIC=y
+
+ifeq ($(CONFIG_CRYPTO_USERSPACE_ASYMMETRIC),y)
EXTRA_CFLAGS += -DCONFIG_CRYPTO_USERSPACE_ASYMMETRIC
+endif
EXTRA_CFLAGS += -I$(SUBDIRS)/libtommath -I$(SUBDIRS)/libtomcrypt/headers -I$(SUBDIRS)/ -DLTC_SOURCE -Wall