1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lorabasics/Makefile.include
2022-05-17 15:33:08 +02:00

12 lines
323 B
Makefile

INCLUDES += -I$(PKGDIRBASE)/lorabasicsmodem \
#
ifneq (,$(filter lorabasics_driver_sx1280_hal,$(USEMODULE)))
DIRS += $(RIOTBASE)/pkg/lorabasics/driver_sx1280_hal
# In the lorabasics package setting this define includes RAL code for the sx1280 radio
CFLAGS += -DSX1280
endif
PSEUDOMODULES += lorabasics