summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwuyuting1986 <wuyt6@chinatelecom.cn>2020-02-06 11:03:53 +0800
committerwuyuting1986 <wuyt6@chinatelecom.cn>2020-02-06 12:47:05 +0800
commit53f97fb62bcf2c805004e92966ef048c394a7ea9 (patch)
tree20c5fb2c5dcad19550fab244dc65b2cf1b1bbd14
parentMerge pull request #1434 from kadisi/keadm_dir (diff)
downloadkubeedge-53f97fb62bcf2c805004e92966ef048c394a7ea9.tar.gz
Bugfix: fix doc error about cross compiling for ARM
-rw-r--r--docs/setup/cross-compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup/cross-compilation.md b/docs/setup/cross-compilation.md
index 977945fd7..816bb757c 100644
--- a/docs/setup/cross-compilation.md
+++ b/docs/setup/cross-compilation.md
@@ -17,7 +17,7 @@ export GOOS="linux"
export GOARM=6 #Pls give the appropriate arm version of your device
export CGO_ENABLED=1
export CC=arm-linux-gnueabi-gcc
-make all WHAT=edge
+make edgecore
```
If you are compiling KubeEdge edgecore for Raspberry Pi and check the [Makefile](https://github.com/kubeedge/kubeedge/blob/master/edge/Makefile) for the edge.