Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

.PHONY: gen

BLUEZ_VERSION ?= 5.60
BLUEZ_VERSION ?= 5.66
FILTER ?=

DOCKER_PARAMS := --privileged -it --rm \
Expand All @@ -12,6 +12,7 @@ DOCKER_PARAMS := --privileged -it --rm \
-v /var/lib/bluetooth:/var/lib/bluetooth \
opny/bluez-${BLUEZ_VERSION}

.NOPARALLEL:
all: bluez/checkout gen/clean gen/run

bluez/init:
Expand Down Expand Up @@ -92,3 +93,6 @@ bluez-5.64/gen:

bluez-5.65/gen:
BLUEZ_VERSION=5.65 make gen/clean gen

bluez-5.66/gen:
BLUEZ_VERSION=5.66 make gen/clean gen
1 change: 1 addition & 0 deletions bluez-5.66.json

Large diffs are not rendered by default.

Loading