blob: 1000b7db8c748dee262d6b15e360062fa1ee8065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
SUMMARY = "IMP Primitive Driver Module"
LICENSE = "GPLv2 & MIT"
LIC_FILES_CHKSUM = " \
file://GPL-COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
file://MIT-COPYING;md5=fea016ce2bdf2ec10080f69e9381d378 \
"
inherit module
PR = "r0"
PV = "0.1"
SRC_URI = " \
file://Makefile \
file://uio_imp.c \
file://GPL-COPYING \
file://MIT-COPYING \
"
S = "${WORKDIR}"
KERNEL_MODULE_AUTOLOAD += "uio_imp"
KERNEL_MODULE_PROBECONF += "uio_imp"
module_conf_uio_imp = ""
module_conf_uio_imp_r8a7795 = "options uio_imp clear_int"
module_conf_uio_imp_r8a7796 = "options uio_imp clear_int"
|