Adds the gpio keyboard driver to the BSP. The driver probes but fails to find device tree information it is looking for. Signed-off-by: Nicholas Mello <nick@nmello.dev>
13 lines
438 B
Makefile
13 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# gpio-keyboard-driver
|
|
#
|
|
################################################################################
|
|
|
|
GPIO_KEYBOARD_DRIVER_VERSION = 7e57df0d3b39fb64fb278f433292a378e1fd0515
|
|
GPIO_KEYBOARD_DRIVER_SITE = gitea@ssh.git.home.arpa:arcade/gpio-keyboard-driver.git
|
|
GPIO_KEYBOARD_DRIVER_SITE_METHOD = git
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|