Makefile (10b3b54548f2290bbe8d8f88c59c28d12b7a635d) Makefile (399e6543b2eea74c22e44cd04d35eb852f744f15)
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:

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

26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/template
31
32KMOD= usb_template
33SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
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:

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

26#
27
28S= ${.CURDIR}/../../..
29
30.PATH: $S/dev/usb/template
31
32KMOD= usb_template
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 usb_template_cdce.c usb_template_msc.c usb_template_mtp.c
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
35
36.include <bsd.kmod.mk>
42
43.include <bsd.kmod.mk>