From a071917242fa4226e512a8731e021af496d3d4f1 Mon Sep 17 00:00:00 2001 From: Matheus Rodrigues Date: Fri, 4 Sep 2020 13:08:45 +0000 Subject: [PATCH] fixup! Add lua-memory as dependecy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ea5da821..37d46ba76 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ccflags-y += -D_LUNATIK -D_KERNEL -I$(src) -D_CONFIG_FULL_PANIC -DLUNATIK_UNUSED \ - -I$(src)/lua -I$(src)/deps/lua-memory/src + -I$(src)/lua -I$(src)/deps/lua-memory/src asflags-y += -D_LUNATIK -D_KERNEL ifeq ($(ARCH), $(filter $(ARCH),i386 x86))