usbcore.mk (0cd0d30a31ca0f0c53baa9c0fb001e964c0bd569) usbcore.mk (8427dd0899fb0a5f652eccf69efcc673a327c7bf)
1#
2# $FreeBSD$
3#
1#
2# $FreeBSD$
3#
4# Copyright (c) 2013 Hans Petter Selasky.
4# Copyright (c) 2013-2020 Hans Petter Selasky.
5# Copyright (c) 2014 SRI International
6# All rights reserved.
7#
8# This software was developed by SRI International and the University of
9# Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
10# ("CTSRD"), as part of the DARPA CRASH research programme.
11#
12# Redistribution and use in source and binary forms, with or without

--- 144 unchanged lines hidden (view full) ---

157KSRCS+= usb_template_mtp.c
158KSRCS+= usb_template_modem.c
159KSRCS+= usb_template_mouse.c
160KSRCS+= usb_template_kbd.c
161KSRCS+= usb_template_audio.c
162KSRCS+= usb_template_phone.c
163KSRCS+= usb_template_serialnet.c
164KSRCS+= usb_template_midi.c
5# Copyright (c) 2014 SRI International
6# All rights reserved.
7#
8# This software was developed by SRI International and the University of
9# Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237
10# ("CTSRD"), as part of the DARPA CRASH research programme.
11#
12# Redistribution and use in source and binary forms, with or without

--- 144 unchanged lines hidden (view full) ---

157KSRCS+= usb_template_mtp.c
158KSRCS+= usb_template_modem.c
159KSRCS+= usb_template_mouse.c
160KSRCS+= usb_template_kbd.c
161KSRCS+= usb_template_audio.c
162KSRCS+= usb_template_phone.c
163KSRCS+= usb_template_serialnet.c
164KSRCS+= usb_template_midi.c
165KSRCS+= usb_template_multi.c
166KSRCS+= usb_template_cdceem.c
165
166#
167# USB mass storage support
168#
169SRCS+= umass_common.c
170
171.if defined(HAVE_UMASS_LOADER)
172CFLAGS+= -I${.CURDIR}/../common
173SRCS+= umass_loader.c
174.endif
175
167
168#
169# USB mass storage support
170#
171SRCS+= umass_common.c
172
173.if defined(HAVE_UMASS_LOADER)
174CFLAGS+= -I${.CURDIR}/../common
175SRCS+= umass_loader.c
176.endif
177