- this is useful for cross-building for embedded systems

Signed-off-by: Cristian Stoica <cristian.sto...@freescale.com>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 46bf8b2..1e52c9f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@
 #
 CRYPTODEV_CFLAGS ?= #-DENABLE_ASYNC
 KBUILD_CFLAGS += -I$(src) $(CRYPTODEV_CFLAGS)
-KERNEL_DIR = /lib/modules/$(shell uname -r)/build
+KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build
 VERSION = 1.6
-PREFIX =
+PREFIX ?=
 
 cryptodev-objs = ioctl.o main.o cryptlib.o authenc.o zc.o util.o
 
-- 
1.8.1.5



_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to