Skip to content
Merged
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/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export CFLAGS += -I$(OUTPUT)/include -Iinclude -Wall -g -O2 -Wextra \
include Targets

TARGETS := $(progs-y:%=$(OUTPUT)%$(EXESUF))
TARGETS := $(tests-y:%=$(OUTPUT)%$(EXESUF))
TARGETS += $(tests-y:%=$(OUTPUT)%$(EXESUF))
TARGETS += $(libs-y:%=$(OUTPUT)%$(SOSUF))
all: $(TARGETS)

Expand Down
3 changes: 2 additions & 1 deletion tools/lkl/systemd/61-lklfuse.rules
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
SUBSYSTEM!="block", SUBSYSTEMS!="usb", GOTO="lklfuse_end"
SUBSYSTEM!="block", GOTO="lklfuse_end"
ENV{ID_BUS}!="usb", GOTO="lklfuse_end"
#TAG+="lklfuse-dbg-block-filter"
# XXX remove should be handled by systemd service ConditionPathExists for %k
# device node, but it doesn't appear to work, so manually stop.
Expand Down
Loading