blob: bc2d9d9aa25307cc4eb3f8d4654c62eb178db265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESRIPTION = "Drivers for sn9c10x webcams"
LICENSE = "GPL"
HOMEPAGE = "http://www.linux-projects.org/"
SRC_URI = "http://www.linux-projects.org/downloads/${P}.tar.gz"
inherit module
LDFLAGS=""
do_compile() {
oe_runmake KVERSION=${KERNEL_VERSION} KDIR=${STAGING_KERNEL_DIR} modules
}
FILES_${PN} = "/lib/modules/"
|