31 lines
715 B
Diff
31 lines
715 B
Diff
From a8a573c5ce83bdddca9a60c62161638a5fd906d4 Mon Sep 17 00:00:00 2001
|
|
From: Ansuel Smith <ansuelsmth@gmail.com>
|
|
Date: Sat, 13 Jun 2020 12:57:14 +0200
|
|
Subject: [PATCH 1/3] compile only cryptoapi
|
|
|
|
---
|
|
Makefile | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index c42adca..36a9d3f 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -4,9 +4,9 @@
|
|
|
|
export BUILD_ID = \"Build Id: $(shell date +'%m/%d/%y, %H:%M:%S')\"
|
|
|
|
-obj-m += $(CFI_OCF_DIR)/
|
|
+# obj-m += $(CFI_OCF_DIR)/
|
|
obj-m += $(CFI_CRYPTOAPI_DIR)/
|
|
|
|
-ifeq ($(SoC),$(filter $(SoC),ipq806x))
|
|
-obj-m += $(CFI_IPSEC_DIR)/
|
|
-endif
|
|
+# ifeq ($(SoC),$(filter $(SoC),ipq806x))
|
|
+# obj-m += $(CFI_IPSEC_DIR)/
|
|
+# endif
|
|
--
|
|
2.27.0.rc0
|
|
|