yocto_layer_test/meta-st/meta-st-stm32mpu-hce/recipes-kernel/max3109-test/max3109-test.bb

18 lines
384 B
BlitzBasic
Raw Permalink Normal View History

2023-10-04 07:29:08 +00:00
#
# Yocto recipe to build a kernel module out of the kernel tree
# hello-module.bb
# www.makersweb.net
#
DESCRIPTION = "MAX3109 Test kernel module out of the kernel tree"
SECTION = "examples"
LICENSE = "CLOSED"
PR = "r0"
inherit module
SRC_URI = "file://max3109test.c \
file://Makefile \
"
S = "${WORKDIR}"