summaryrefslogtreecommitdiff
path: root/sys/boot/usb/usbcore.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/usb/usbcore.mk')
-rw-r--r--sys/boot/usb/usbcore.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/usb/usbcore.mk b/sys/boot/usb/usbcore.mk
index 121e036d5b9e5..c5dc4dd5dc120 100644
--- a/sys/boot/usb/usbcore.mk
+++ b/sys/boot/usb/usbcore.mk
@@ -44,8 +44,11 @@ S=${USBCOREDIR}/../..
${S}/dev/usb/template
.undef S
+USB_POOL_SIZE?= 131072
+
CFLAGS+= -DUSB_MSCTEST_BULK_SIZE=65536
-CFLAGS+= -DUSB_POOL_SIZE=131072
+CFLAGS+= -DUSB_POOL_SIZE=${USB_POOL_SIZE}
+
#
# BUSDMA implementation