File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
ccflags-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
3
3
asflags-y += -D_LUNATIK -D_KERNEL
4
4
5
5
ifeq ($(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 \
36
36
lua/ltablib.o lua/lutf8lib.o lua/loslib.o lua/lmathlib.o lua/linit.o \
37
37
lua/loadlib.o luautil.o
38
38
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
40
42
41
43
lunatik-objs += $(lua-objs ) \
42
44
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