module/zfs/Makefile.in: Add jprint.o and json_stats.o

This commit is contained in:
Mateusz Piotrowski 2023-05-10 13:57:48 +02:00 committed by Geoff Amey
parent dcf745c378
commit f65b59c5e5
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ $(MODULE)-objs += edonr_zfs.o
$(MODULE)-objs += fm.o
$(MODULE)-objs += gzip.o
$(MODULE)-objs += hkdf.o
$(MODULE)-objs += jprint.o
$(MODULE)-objs += json_stats.o
$(MODULE)-objs += lz4.o
$(MODULE)-objs += lzjb.o
$(MODULE)-objs += metaslab.o