linux-tbs-drivers: don't build sh_mobile_csi2

This commit is contained in:
Stefan Saraev 2013-05-03 14:03:03 +03:00
parent 0985118d52
commit 405fa3a812

View File

@ -35,7 +35,7 @@ find . -iname *.h | xargs sed -i -e "s|__devinit||"
find . -iname *.c | xargs sed -i -e "s|__devexit||"
find . -iname *.h | xargs sed -i -e "s|__devexit||"
for cfg in CONFIG_VIDEO_SH_MOBILE_CEU ; do
for cfg in CONFIG_VIDEO_SH_MOBILE_CEU CONFIG_VIDEO_SH_MOBILE_CSI2 ; do
sed -i -e "s|^$cfg=.*$|# $cfg is not set|" v4l/.config
done