diff options
| author | fisherxu <xufei40@huawei.com> | 2021-04-14 17:54:16 +0800 |
|---|---|---|
| committer | fisherxu <xufei40@huawei.com> | 2021-04-14 21:55:18 +0800 |
| commit | 8534b36346450cdeb00c1e1a62e42012779dcdaf (patch) | |
| tree | ff1cf0fb8c3b91a1bc8bea0d345782fdb56d235f /Makefile | |
| parent | remove mappers from kubeedge/kubeedge repo (diff) | |
| download | kubeedge-8534b36346450cdeb00c1e1a62e42012779dcdaf.tar.gz | |
remove mapper e2e test
Signed-off-by: fisherxu <xufei40@huawei.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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 # |
