aboutsummaryrefslogtreecommitdiffstats
path: root/meta-steppeeagle/recipes-kernel/amd-gpio/amd-gpio_1.0.bb
blob: cd5dfcde7f790c5716bde1e88f9089c88945b5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "This kernel module provides support for AMD GPIO driver"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://gpio-amd.c;endline=29;md5=cff1a39058f2ba37f8a18768e23e86ab"

inherit module

SRC_URI = "file://Makefile \
           file://gpio-amd.c \
           file://gpio-amd.h \
          "

S = "${WORKDIR}"

# The inherit of module.bbclass will take care of the rest