Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 706836f

Browse files
committed
Fix libstatic_filesystem build to work with cargo xbuild
1 parent 197a5bb commit 706836f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-filesystem/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
obj-m := staticfilesystem.o
2-
staticfilesystem-objs := target/debug/libstatic_filesystem.a ../src/printk_helper.o
2+
staticfilesystem-objs := target/x86_64-linux-kernel-module/debug/libstatic_filesystem.a ../src/printk_helper.o
33
EXTRA_LDFLAGS += --gc-sections --entry=init_module --undefined=cleanup_module
44

55
all:

0 commit comments

Comments
 (0)