Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/lkl/Build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CFLAGS_lklfuse.o += -D_FILE_OFFSET_BITS=64

cptofs-$(LKL_HOST_CONFIG_ARCHIVE) += cptofs.o
cptofs-y += cptofs.o
fs2tar-$(LKL_HOST_CONFIG_ARCHIVE) += fs2tar.o
lklfuse-$(LKL_HOST_CONFIG_FUSE) += lklfuse.o

4 changes: 1 addition & 3 deletions tools/lkl/Targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ progs-$(LKL_HOST_CONFIG_ARCHIVE) += fs2tar
LDLIBS_fs2tar-y := -larchive
LDLIBS_fs2tar-$(LKL_HOST_CONFIG_NEEDS_LARGP) += -largp


progs-$(LKL_HOST_CONFIG_ARCHIVE) += cptofs
LDLIBS_cptofs-y := -larchive
progs-y += cptofs
LDLIBS_cptofs-$(LKL_HOST_CONFIG_NEEDS_LARGP) += -largp

# tools/build/Makefile.build does not support parallel builds when
Expand Down
Loading