From 20a85c16f127211f0f277dec242697f42339e22d Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Thu, 21 Jul 2016 13:39:03 +0100 Subject: [PATCH] Clean up sources that arm edition will not need As arm will not be a desktop edition, we will not need to try to fix these. We do need `diagnostics` though, the vsock code however is not cross building, needs to be fixed or made conditional. Signed-off-by: Justin Cormack --- alpine/packages/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/alpine/packages/Makefile b/alpine/packages/Makefile index 9e8c93e51..546539f39 100644 --- a/alpine/packages/Makefile +++ b/alpine/packages/Makefile @@ -12,14 +12,9 @@ all: $(MAKE) -C iptables OS=linux arm: - $(MAKE) -C transfused OS=linux ARCH=arm $(MAKE) -C docker arm OS=Linux ARCH=arm # Not cross building at present (C code) - # $(MAKE) -C tap-vsockd OS=linux ARCH=arm # $(MAKE) -C diagnostics OS=linux ARCH=arm - # $(MAKE) -C proxy OS=linux ARCH=arm - # $(MAKE) -C nc-vsock OS=linux ARCH=arm - # $(MAKE) -C vsudd OS=linux ARCH=arm clean: $(MAKE) -C proxy clean