diff options
author | John Baldwin <jhb@FreeBSD.org> | 2022-08-22 11:13:49 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2022-08-22 11:13:49 -0700 |
commit | 2d110721bf91569a165aa35baf5c9433158075ec (patch) | |
tree | a647d971107a7a4e8eb18c64de4e2fbf1fd604db /multimedia/pwcbsd/files/patch-Makefile.kld | |
parent | multimedia/pwcbsd: Remove devclass from DRIVER_MODULE on recent main. (diff) |
multimedia/pwcbsd: Clean up local patches.
- Convert unconditional EXTRA_PATCHES to regular patches (they used to
be conditional on an OSVERSION check removed several years ago)
- Regenerate patches with make makepatch to ease future maintenance.
Differential Revision: https://reviews.freebsd.org/D35949
Diffstat (limited to 'multimedia/pwcbsd/files/patch-Makefile.kld')
-rw-r--r-- | multimedia/pwcbsd/files/patch-Makefile.kld | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/pwcbsd/files/patch-Makefile.kld b/multimedia/pwcbsd/files/patch-Makefile.kld new file mode 100644 index 000000000000..52ae68f9e60a --- /dev/null +++ b/multimedia/pwcbsd/files/patch-Makefile.kld @@ -0,0 +1,11 @@ +--- Makefile.kld.orig 2006-02-16 23:18:15 UTC ++++ Makefile.kld +@@ -1,6 +1,7 @@ SRCS=bus_if.h device_if.h opt_usb.h pwc.c pwc-ctrl.c \ + SRCS=bus_if.h device_if.h opt_usb.h pwc.c pwc-ctrl.c \ + pwc-dec1.c pwc-dec23.c pwc-kiara.c pwc-misc.c \ +- pwc-timon.c pwc-uncompress.c pwc-v4l.c ++ pwc-timon.c pwc-uncompress.c pwc-v4l.c opt_bus.h \ ++ usb_if.h + KMOD=pwc + KMODDIR?=/boot/modules + #DEBUG_FLAGS=-g |