mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
90fb789697
Add the vendor driver implementation from Bosch Sensortech as a package.
13 lines
289 B
Makefile
13 lines
289 B
Makefile
PKG_NAME=driver_bme680
|
|
PKG_URL=https://github.com/BoschSensortec/BME680_driver
|
|
PKG_VERSION=63bb5336db4659519860832be2738c685133aa33
|
|
PKG_LICENSE=BSD-3-Clause
|
|
|
|
include $(RIOTBASE)/pkg/pkg.mk
|
|
|
|
.PHONY: all
|
|
|
|
all:
|
|
@cp Makefile.$(PKG_NAME) $(PKG_BUILDDIR)/Makefile
|
|
"$(MAKE)" -C $(PKG_BUILDDIR)
|