summaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2019-11-05 11:38:40 +0800
committerfengweihao <[email protected]>2019-11-05 11:38:40 +0800
commit7192f437e55c9141d8cc72858295d4c5c6556616 (patch)
tree95dbf9e93da30601c34af4279ac9380251ae3d86 /make/config.mk
parent8b089533e9c75bc6a99917cce71bc3839dd0ab44 (diff)
* 修改编译方式为CMakev2.1.2-20191105
* 删除C++适配代码 * 修改编译告警
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/config.mk b/make/config.mk
deleted file mode 100644
index e56fa2b..0000000
--- a/make/config.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-#Compile normal version
-BRANCH_TARGET:=BRANCH_CERT
-
-#Comlile bound kernel version
-#BRANCH_TARGET:=BRANCH_KERNEL
-
-#never change this
-CERT_ARCH_TARGET:=linux_64
-