summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2012-01-04 23:26:22 +0000
committerray <ray@FreeBSD.org>2012-01-04 23:26:22 +0000
commit66d79e810bbf01815c084fba83ad347dfe276b83 (patch)
tree8b949a30d6e6e47c96ab16466e9751e74c7416d1 /sys/conf
parent31642250d521a999573f8fff6ed0eaac6380bf66 (diff)
downloadFreeBSD-src-66d79e810bbf01815c084fba83ad347dfe276b83.zip
FreeBSD-src-66d79e810bbf01815c084fba83ad347dfe276b83.tar.gz
Update contrib/xz-embedded to build with new GEOM_UNCOMPRESS module.
Approved by: adrian (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 51780df..0e965f8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2266,6 +2266,21 @@ geom/raid3/g_raid3.c optional geom_raid3
geom/raid3/g_raid3_ctl.c optional geom_raid3
geom/shsec/g_shsec.c optional geom_shsec
geom/stripe/g_stripe.c optional geom_stripe
+contrib/xz-embedded/freebsd/xz_malloc.c \
+ optional xz_embedded \
+ compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
+contrib/xz-embedded/linux/lib/xz/xz_crc32.c \
+ optional xz_embedded \
+ compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
+contrib/xz-embedded/linux/lib/xz/xz_dec_bcj.c \
+ optional xz_embedded \
+ compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
+contrib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c \
+ optional xz_embedded \
+ compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
+contrib/xz-embedded/linux/lib/xz/xz_dec_stream.c \
+ optional xz_embedded \
+ compile-with "${NORMAL_C} -I$S/contrib/xz-embedded/freebsd/ -I$S/contrib/xz-embedded/linux/lib/xz/ -I$S/contrib/xz-embedded/linux/include/linux/"
geom/uzip/g_uzip.c optional geom_uzip
geom/virstor/binstream.c optional geom_virstor
geom/virstor/g_virstor.c optional geom_virstor
OpenPOWER on IntegriCloud