The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/geom/geom_uzip/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $FreeBSD$
    2 
    3 .include <kmod.opts.mk>
    4 
    5 .PATH: ${SRCTOP}/sys/geom/uzip ${SRCTOP}/sys/net
    6 
    7 KMOD=   geom_uzip
    8 SRCS=   g_uzip.c g_uzip_zlib.c g_uzip_lzma.c g_uzip_wrkthr.c
    9 SRCS+=  g_uzip.h g_uzip_dapi.h g_uzip_lzma.h g_uzip_zlib.h g_uzip_softc.h \
   10     g_uzip_wrkthr.h
   11 
   12 # This works for buildkernel, but will disable zstd in geom_uzip out of tree.
   13 .if ${KERN_OPTS:MZSTDIO} != ""
   14 SRCS+=  g_uzip_zstd.c g_uzip_zstd.h
   15 CFLAGS.g_uzip_zstd.c+=  -I${SRCTOP}/sys/contrib/zstd/lib/freebsd
   16 .endif
   17 
   18 #CFLAGS=        -g -DINVARIANT_SUPPORT -DINVARIANTS
   19 
   20 CFLAGS.g_uzip_lzma.c+= -I${SRCTOP}/sys/contrib/xz-embedded/freebsd \
   21         -I${SRCTOP}/sys/contrib/xz-embedded/linux/lib/xz/
   22 SRCS+=  opt_geom.h opt_zstdio.h
   23 
   24 .include <bsd.kmod.mk>

Cache object: 12459d840ac9b2527a63e364805eb8a1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.