凌云实验室推出的ARM Linux物联网网关开发板IGKBoard(IoT Gateway Kit Board)项目源码
guowenxue
2021-11-09 57a6b88b7d0c738e94aea2922134e95c39757c02
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Nuar uboot-imx/Makefile uboot-imx-imx6ull/Makefile
--- uboot-imx/Makefile    2021-09-06 16:48:23.000000000 +0800
+++ uboot-imx-imx6ull/Makefile    2021-11-09 21:04:40.476902774 +0800
@@ -263,6 +263,9 @@
 CROSS_COMPILE ?=
 endif
 
+ARCH=arm
+CROSS_COMPILE=arm-linux-gnueabihf-
+
 KCONFIG_CONFIG    ?= .config
 export KCONFIG_CONFIG