blob: aacb10390e13c7b4aa1d5b096b9fd88068aeafd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "This kernel module provides support for AMD SPI controller driver"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://spi_amd.c;endline=29;md5=e9fdf6da58412e619d89ec9e135a1be3"
inherit module kernel-openssl
SRC_URI = "file://Makefile \
file://spi_amd.c \
file://spi_amd.h \
file://spirom.c \
file://spirom.h \
"
S = "${WORKDIR}"
# The inherit of module.bbclass will take care of the rest
|