diff options
author | hselasky <hselasky@FreeBSD.org> | 2015-01-13 16:06:38 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2015-01-13 16:06:38 +0000 |
commit | 1346d3ca636977580360c84c5c6705a6a3a351b4 (patch) | |
tree | 223043ef2bf099b2ca88c32a7243c9316ad80f33 /sys/boot | |
parent | 1251da4c6200113e13aaddc11ac0d5bae2330796 (diff) | |
download | FreeBSD-src-1346d3ca636977580360c84c5c6705a6a3a351b4.zip FreeBSD-src-1346d3ca636977580360c84c5c6705a6a3a351b4.tar.gz |
Add new USB template to the USB bootloader module.
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/usb/usbcore.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/usb/usbcore.mk b/sys/boot/usb/usbcore.mk index 05cacd1..e99fe87 100644 --- a/sys/boot/usb/usbcore.mk +++ b/sys/boot/usb/usbcore.mk @@ -142,6 +142,7 @@ KSRCS+= usb_template_mouse.c KSRCS+= usb_template_kbd.c KSRCS+= usb_template_audio.c KSRCS+= usb_template_phone.c +KSRCS+= usb_template_serialnet.c # # USB mass storage support |