chore: Add basic skeleton of the Xreal driver
This commit is contained in:
parent
b22931ffaf
commit
ad3045fc29
26 changed files with 4470 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,13 +1,13 @@
|
|||
APP_DIR := ./app
|
||||
OUTPUT := uxr
|
||||
TAGS := drm drm_leasing drm_disable_input
|
||||
TAGS := xreal drm drm_leasing drm_disable_input
|
||||
|
||||
.PHONY: all build clean
|
||||
|
||||
all: build
|
||||
|
||||
build:
|
||||
go build -tags '$(TAGS)' -o $(OUTPUT) $(APP_DIR)
|
||||
go build -v -tags '$(TAGS)' -o $(OUTPUT) $(APP_DIR)
|
||||
|
||||
clean:
|
||||
rm -f $(OUTPUT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue