fix module path in kmod-pwc template
SVN-Revision: 2322
This commit is contained in:
parent
4d2c00455f
commit
e871ad3df4
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ $(eval $(call KMOD_template,FS_XFS,fs-xfs,\
|
|||
# Multimedia
|
||||
|
||||
$(eval $(call KMOD_template,PWC,pwc,\
|
||||
$(MODULES_DIR)/kernel/drivers/usb/pwc.ko \
|
||||
$(MODULES_DIR)/kernel/drivers/usb/media/pwc/pwc.ko \
|
||||
,CONFIG_USB_PWC,kmod-videodev,63,pwc))
|
||||
|
||||
$(eval $(call KMOD_template,SOUNDCORE,soundcore,\
|
||||
|
|
Loading…
Reference in a new issue