diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-07-10 04:05:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-07-10 04:14:51 +0000 |
| commit | 584ecfeb9cde1e4cf0ed27c4f822b316b67d320e (patch) | |
| tree | fed3c459e8b9469296179f2216ba99e2236c7634 | |
| parent | 45f9f6ebacff41a70673fdbc305a442afff13494 (diff) | |
XZ kernel build cleanup
-I${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz isn't used, and
.PATH: ${SRCTOP}/sys/contrib/xz-embedded/freebsd isn't used either.
Remove them both to simplify things a little.
Sponsored by: Netflix
| -rw-r--r-- | sys/modules/xz/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/xz/Makefile b/sys/modules/xz/Makefile index 8951123635c3..a05da29e3611 100644 --- a/sys/modules/xz/Makefile +++ b/sys/modules/xz/Makefile @@ -1,5 +1,4 @@ .PATH: ${SRCTOP}/sys/dev/xz -.PATH: ${SRCTOP}/sys/contrib/xz-embedded/freebsd .PATH: ${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz KMOD= xz @@ -14,7 +13,6 @@ SRCS= \ CFLAGS+= \ -DXZ_USE_CRC64 \ -I${SRCTOP}/sys/contrib/xz-embedded/freebsd \ - -I${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz \ -I${SRCTOP}/sys/contrib/xz-embedded/linux/include/linux EXPORT_SYMS= YES |
