Tasmota/lib/libesp32/RadioLib/examples/NonArduino/Tock/libtock-c/simple-ble/Makefile
2024-02-23 16:20:09 +01:00

10 lines
269 B
Makefile

# Base folder definitions
TOCK_USERLAND_BASE_DIR ?= ..
LIBNAME := simple-ble
$(LIBNAME)_DIR := $(TOCK_USERLAND_BASE_DIR)/$(LIBNAME)
# List all C and Assembly files
$(LIBNAME)_SRCS := $(wildcard $($(LIBNAME)_DIR)/*.c)
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk