diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |