aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/config.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-25 22:11:10 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-25 22:11:10 +0000
commit2379d1d6edeab3dc1095504c0fd9c34aefac5368 (patch)
tree2edb55bbfad3a3a8fdd4564bbac180d0496ce027 /sys/conf/config.mk
parente801ac785261ce3a7c3f1ddf7d8659825155a2c1 (diff)
downloadsrc-2379d1d6edeab3dc1095504c0fd9c34aefac5368.tar.gz
src-2379d1d6edeab3dc1095504c0fd9c34aefac5368.zip
Move inclusion of opt_printf.h around so that we can compile all the
SCSI modules outside of a sub-build from the kernel. Differential Revision: https://reviews.freebsd.org/D9653 Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=314283
Diffstat (limited to 'sys/conf/config.mk')
-rw-r--r--sys/conf/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/config.mk b/sys/conf/config.mk
index 1e315fca1347..9fc37ffaf545 100644
--- a/sys/conf/config.mk
+++ b/sys/conf/config.mk
@@ -27,6 +27,8 @@ opt_mrouting.h:
echo "#define MROUTING 1" > ${.TARGET}
opt_natm.h:
echo "#define NATM 1" > ${.TARGET}
+opt_printf.h:
+ echo "#define PRINTF_BUFR_SIZE 128" > ${.TARGET}
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > ${.TARGET}
opt_wlan.h: