-
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: 242043 b: refs/heads/master c: 7e8970e h: refs/heads/master i: 242041: 55a7542 242039: 7105833 v: v3
- Loading branch information
Laurent Pinchart
authored and
Mauro Carvalho Chehab
committed
Mar 22, 2011
1 parent
c6a352f
commit 5b87a20
Showing
6 changed files
with
36 additions
and
1 deletion.
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: 68e342b3068cae62f3378cb4a1d385734ea52784 | ||
refs/heads/master: 7e8970e1d5ae9237d00909599e70f85fce1fc489 |
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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Makefile for OMAP3 ISP driver | ||
|
||
ifdef CONFIG_VIDEO_OMAP3_DEBUG | ||
EXTRA_CFLAGS += -DDEBUG | ||
endif | ||
|
||
omap3-isp-objs += \ | ||
isp.o ispqueue.o ispvideo.o \ | ||
ispcsiphy.o ispccp2.o ispcsi2.o \ | ||
ispccdc.o isppreview.o ispresizer.o \ | ||
ispstat.o isph3a_aewb.o isph3a_af.o isphist.o | ||
|
||
obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o |
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