mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 18:52:44 +01:00
12 lines
323 B
Makefile
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
|