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

12 lines
323 B
Makefile

# Base folder definitions
TOCK_USERLAND_BASE_DIR ?= ..
LIBNAME := lua53
$(LIBNAME)_DIR := $(TOCK_USERLAND_BASE_DIR)/$(LIBNAME)
# List all C and Assembly files
$(LIBNAME)_SRCS := $(wildcard $($(LIBNAME)_DIR)/lua/*.c)
override CFLAGS += -DLUA_32BITS -D"luai_makeseed()"=0
include $(TOCK_USERLAND_BASE_DIR)/TockLibrary.mk