mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
- 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
11 lines
412 B
Text
11 lines
412 B
Text
--- 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
|