mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|