summaryrefslogtreecommitdiff
path: root/mappers
diff options
context:
space:
mode:
authorzhangjie <iamkadisi@163.com>2020-02-05 20:37:19 +0800
committerzhangjie <iamkadisi@163.com>2020-02-18 16:54:39 +0800
commit9d540eb95d8773ba111217ac5dacb639c0175db3 (patch)
tree7f6ccd696d83b54282da929e2a9f2e3506d79aaf /mappers
parentsupport make e2e (diff)
downloadkubeedge-9d540eb95d8773ba111217ac5dacb639c0175db3.tar.gz
support make bluetoothdevice and make bluetoothdevice_imagex
Signed-off-by: zhangjie <iamkadisi@163.com> Co-Authored-By: Kevin Wang <kevinwzf0126@gmail.com>
Diffstat (limited to 'mappers')
-rw-r--r--mappers/bluetooth_mapper/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/mappers/bluetooth_mapper/Makefile b/mappers/bluetooth_mapper/Makefile
deleted file mode 100644
index 9a3ebbcf7..000000000
--- a/mappers/bluetooth_mapper/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# make bluetooth_mapper
-.PHONY: default bluetooth_mapper lint bluetooth_mapper_image
-bluetooth_mapper:
- go build main.go
-
-
-bluetooth_mapper_image: bluetooth_mapper
- docker build -t bluetooth_mapper:v1.0 .