* updated generic_raw_uart to latest version which comes with dualcopro support for the HmIP-RFUSB usb rf-sticks by eQ3/ELV. * remove 99-hmip-rfusb.rules to keep a HmIP-RFUSB device free from being occupied by the cp210x driver but use the new generic_raw_uart support instead allowing for advanced dualcopro support for HomeMatic/BidCos-RF and homematicIP support in parallel.
24 lines
930 B
Makefile
24 lines
930 B
Makefile
################################################################################
|
|
#
|
|
# Generic raw uart kernel module for low-latency uart
|
|
# communication with a RPI-RF-MOD/HM-MOD-RPI-PCB
|
|
#
|
|
# Copyright (c) 2021 Alexander Reinert
|
|
# https://github.com/alexreinert/piVCCU/tree/master/kernel
|
|
#
|
|
# Uses parts of bcm2835_raw_uart.c
|
|
# Copyright (c) 2015 eQ-3 Entwicklung GmbH
|
|
# https://github.com/eq-3/occu/tree/master/KernelDrivers
|
|
# https://github.com/jens-maus/RaspberryMatic/tree/master/buildroot-external/package/bcm2835_raw_uart
|
|
#
|
|
################################################################################
|
|
|
|
GENERIC_RAW_UART_VERSION = 58b10fff652ad2e67f71e7e07270b50d27e55d40
|
|
GENERIC_RAW_UART_SITE = $(call github,alexreinert,piVCCU,$(GENERIC_RAW_UART_VERSION))
|
|
GENERIC_RAW_UART_LICENSE = GPL2
|
|
GENERIC_RAW_UART_LICENSE_FILES = LICENSE
|
|
GENERIC_RAW_UART_MODULE_SUBDIRS = kernel
|
|
|
|
$(eval $(kernel-module))
|
|
$(eval $(generic-package))
|