-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 29871 b: refs/heads/master c: 2b455db h: refs/heads/master i: 29869: 1804863 29867: 3016157 29863: e7a4b18 29855: 824d79d v: v3
- Loading branch information
Luc Saillard
authored and
Mauro Carvalho Chehab
committed
Jun 25, 2006
1 parent
f98151c
commit 1d966f7
Showing
19 changed files
with
5,553 additions
and
1,265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d9e12f25cf538d103426946121d214dff332efbb | ||
refs/heads/master: 2b455db6d456ef2d44808a8377fd3bc832e08317 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-uncompress.o pwc-timon.o pwc-kiara.o | ||
pwc-objs := pwc-if.o pwc-misc.o pwc-ctrl.o pwc-v4l.o pwc-uncompress.o | ||
pwc-objs += pwc-dec1.o pwc-dec23.o pwc-kiara.o pwc-timon.o | ||
|
||
obj-$(CONFIG_USB_PWC) += pwc.o | ||
|
||
ifeq ($(CONFIG_USB_PWC_DEBUG),y) | ||
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=1 | ||
else | ||
EXTRA_CFLAGS += -DCONFIG_PWC_DEBUG=0 | ||
endif | ||
|
||
|
Oops, something went wrong.