File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11ccflags-y += -D_LUNATIK -D_KERNEL -I$(src ) -D_CONFIG_FULL_PANIC -DLUNATIK_UNUSED \
2- -I$(src ) /lua -I$(src ) /deps/lua-memory/src
2+ -I$(src ) /lua -I$(src ) /deps/lua-memory/src
33asflags-y += -D_LUNATIK -D_KERNEL
44
55ifeq ($(ARCH ) , $(filter $(ARCH ) ,i386 x86) )
@@ -36,7 +36,9 @@ lua-objs = lua/lapi.o lua/lcode.o lua/lctype.o lua/ldebug.o lua/ldo.o \
3636 lua/ltablib.o lua/lutf8lib.o lua/loslib.o lua/lmathlib.o lua/linit.o \
3737 lua/loadlib.o luautil.o
3838
39- lua_memory-objs = deps/lua-memory/src/lmemlib.o deps/lua-memory/src/lmemmod.o
39+ lua_memory-path = deps/lua-memory/src
40+
41+ lua_memory-objs = $(lua_memory-path ) /lmemlib.o $(lua_memory-path ) /lmemmod.o
4042
4143lunatik-objs += $(lua-objs ) \
4244 arch/$(ARCH ) /setjmp.o util/modti3.o lunatik_core.o states.o netlink.o $(lua_memory-objs ) \
You can’t perform that action at this time.
0 commit comments