summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfisherxu <xufei40@huawei.com>2021-04-14 17:54:16 +0800
committerfisherxu <xufei40@huawei.com>2021-04-14 21:55:18 +0800
commit8534b36346450cdeb00c1e1a62e42012779dcdaf (patch)
treeff1cf0fb8c3b91a1bc8bea0d345782fdb56d235f /Makefile
parentremove mappers from kubeedge/kubeedge repo (diff)
downloadkubeedge-8534b36346450cdeb00c1e1a62e42012779dcdaf.tar.gz
remove mapper e2e test
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile b/Makefile
index 9de688fa3..7fe646e71 100644
--- a/Makefile
+++ b/Makefile
@@ -298,25 +298,6 @@ edgesiteimage:
--build-arg RUN_FROM=${ARCH}/docker:dind \
-f build/edgesite/Dockerfile .
-# Mappers
-.PHONY: bluetoothdevice
-bluetoothdevice: clean
- hack/make-rules/bluetoothdevice.sh
-.PHONY: bluetoothdevice_image
-bluetoothdevice_image:bluetoothdevice
- sudo docker build -t bluetooth_mapper:v1.0 ./mappers/bluetooth_mapper/
-
-.PHONY: modbusmapper
-modbusmapper: clean
- hack/make-rules/modbusmapper.sh
-.PHONY: modbusmapper_image
-modbusmapper_image:modbusmapper
- sudo docker build -t modbusmapper:v1.0 ./mappers/modbus-go
-
-.PHONY: mappers
-mappers:bluetoothdevice modbusmapper
-
-
define INSTALL_HELP_INFO
# install
#