From d8d0c330215326abdd8973a489a72acc404fef02 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 7 Sep 2010 07:58:09 +0200 Subject: Simplified makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit