1require emlog.inc
2
3inherit module
4
5EXTRA_OEMAKE += " \
6    KDIR=${STAGING_KERNEL_DIR} \
7    KVER=${KERNEL_VERSION} \
8"
9
10MAKE_TARGETS = "modules"
11