freebsd-dev/sys/modules/geom/Makefile
Ruslan Bukin ae8b1f90fe Fix alignment issues on MIPS: align the pointers properly.
All the 5520 GEOM_ELI tests passed successfully on MIPS64EB.

Sponsored by:	DARPA, AFRL
Sponsored by:	HEIF5
Differential Revision:	https://reviews.freebsd.org/D7905
2016-10-31 16:55:14 +00:00

34 lines
496 B
Makefile

# $FreeBSD$
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR= geom_bde \
geom_cache \
geom_concat \
geom_eli \
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
geom_part \
geom_raid \
geom_raid3 \
geom_sched \
geom_shsec \
geom_stripe \
geom_uzip \
geom_vinum \
geom_virstor \
geom_zero
.if ${MK_CCD} != "no" || defined(ALL_MODULES)
SUBDIR+= geom_ccd
.endif
.include <bsd.subdir.mk>