Makefile (935205e2307611615ed5a7fe0a32b225ffd8c19c) | Makefile (f9478f91fbe737cd972cd2828a5ce75286bd83cf) |
---|---|
1# 2# $FreeBSD$ 3# 4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 24 unchanged lines hidden (view full) --- 33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \ 34 usb_template.c \ 35 usb_template_audio.c \ 36 usb_template_cdce.c \ 37 usb_template_kbd.c \ 38 usb_template_modem.c \ 39 usb_template_mouse.c \ 40 usb_template_msc.c \ | 1# 2# $FreeBSD$ 3# 4# Copyright (c) 2008 Hans Petter Selasky. All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions 8# are met: --- 24 unchanged lines hidden (view full) --- 33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \ 34 usb_template.c \ 35 usb_template_audio.c \ 36 usb_template_cdce.c \ 37 usb_template_kbd.c \ 38 usb_template_modem.c \ 39 usb_template_mouse.c \ 40 usb_template_msc.c \ |
41 usb_template_mtp.c | 41 usb_template_mtp.c \ 42 usb_template_phone.c |
42 43.include <bsd.kmod.mk> | 43 44.include <bsd.kmod.mk> |