summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom/geom_uzip
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-12 04:41:38 +0000
committerngie <ngie@FreeBSD.org>2017-03-12 04:41:38 +0000
commit93db61de59060520fbd8ac493f5555485f2acfb9 (patch)
treee8db3cb55165b857677a48bf55a8f30ccdcadedf /sys/modules/geom/geom_uzip
parentc891448fc4754bffbe4aee60ca445922a273835c (diff)
downloadFreeBSD-src-93db61de59060520fbd8ac493f5555485f2acfb9.zip
FreeBSD-src-93db61de59060520fbd8ac493f5555485f2acfb9.tar.gz
MFC r314644:
Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS
Diffstat (limited to 'sys/modules/geom/geom_uzip')
-rw-r--r--sys/modules/geom/geom_uzip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_uzip/Makefile b/sys/modules/geom/geom_uzip/Makefile
index a336f63..dd2bd46 100644
--- a/sys/modules/geom/geom_uzip/Makefile
+++ b/sys/modules/geom/geom_uzip/Makefile
@@ -18,5 +18,6 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/xz-embedded/freebsd \
SRCS+= xz_crc32.c xz_dec_bcj.c xz_dec_lzma2.c xz_dec_stream.c \
xz_malloc.c
SRCS+= xz.h xz_config.h xz_lzma2.h xz_malloc.h xz_private.h xz_stream.h
+SRCS+= opt_geom.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud