1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/driver_bme680/Makefile
Marian Buschsieweke a266d90425
pkg/driver_bme680: use mirror of git repo
The upstream repo has gone, so let's use a mirror for now to avoid build
failures.
2024-10-09 21:37:56 +02:00

16 lines
372 B
Makefile

PKG_NAME=driver_bme680
PKG_URL=https://github.com/RIOT-OS-pkgmirror/BME680_driver
PKG_VERSION=63bb5336db4659519860832be2738c685133aa33
PKG_LICENSE=BSD-3-Clause
include $(RIOTBASE)/pkg/pkg.mk
ifneq (,$(filter bme680_fp,$(USEMODULE)))
CFLAGS += -DBME680_FLOAT_POINT_COMPENSATION
endif
.PHONY: all
all:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR) -f $(RIOTBASE)/Makefile.base