diff options
| author | Siddharth Bhadri <siddharth.bhadri@huawei.com> | 2019-02-15 11:26:26 +0530 |
|---|---|---|
| committer | Siddharth Bhadri <siddharth.bhadri@huawei.com> | 2019-02-15 11:45:22 +0530 |
| commit | 837e364b406748f51865eeaacead97bc4ad8d809 (patch) | |
| tree | 2361e0f3529088656fc4852575d74e07e8fac664 /Makefile | |
| parent | Merge pull request #164 from sujithsimon22/device (diff) | |
| download | kubeedge-837e364b406748f51865eeaacead97bc4ad8d809.tar.gz | |
kubeedge: added cross build job for edge
Added cross build job for edge
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,3 +16,7 @@ edge_verify: .PHONY: edge_integration_test edge_integration_test: cd edge && $(MAKE) integration_test + +.PHONY: edge_cross_build +edge_cross_build: + cd edge && $(MAKE) cross_build |
