Fixed device object compile errors and added IPv6 recipes for blinkt and piface (#841)

This commit is contained in:
Steve Karg
2024-10-31 14:16:47 -05:00
committed by GitHub
parent 7b6a0923f0
commit 6d9cff2312
8 changed files with 120 additions and 35 deletions
+9 -1
View File
@@ -94,7 +94,11 @@ apdu:
.PHONY: blinkt
blinkt:
$(MAKE) -s -C apps $@
$(MAKE) LEGACY=true -C apps $@
.PHONY: blinkt6
blinkt6:
$(MAKE) LEGACY=true BACDL=bip6 -C apps blinkt
.PHONY: create-object
create-object:
@@ -140,6 +144,10 @@ gateway-win32:
piface:
$(MAKE) CSTANDARD="-std=gnu11" LEGACY=true -s -C apps $@
.PHONY: piface6
piface6:
$(MAKE) CSTANDARD="-std=gnu11" BACDL=bip6 LEGACY=true -s -C apps piface
.PHONY: readbdt
readbdt:
$(MAKE) -s -C apps $@