mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-25 17:42:50 +00:00
Oh, thank goodness. It turns out that there's a crash extension for working with tracepoints in crash dumps. Let's use standard tracepoints and pretend this tracing hack never happened. Signed-off-by: Zach Brown <zab@versity.com>
8 lines
269 B
Makefile
8 lines
269 B
Makefile
obj-$(CONFIG_SCOUTFS_FS) := scoutfs.o
|
|
|
|
CFLAGS_scoutfs_trace.o = -I$(src) # define_trace.h double include
|
|
|
|
scoutfs-y += block.o btree.o buddy.o counters.o crc.o dir.o filerw.o \
|
|
inode.o ioctl.o msg.o name.o scoutfs_trace.o super.o trans.o \
|
|
treap.o xattr.o
|