Add buildroot utils/check-package check to the pr-checks.yml workflow. It checks for common errors/mistakes when creating own buildroot packages. Also fixed all warnings this utility output for our existing packages.
9 lines
298 B
Diff
9 lines
298 B
Diff
KernelDrivers/Makefile: add Makefile to get compiled as Linux kernel module
|
|
|
|
Signed-off-by: Jens Maus <mail@jens-maus.de>
|
|
|
|
--- ./KernelDrivers/Makefile.orig 2021-04-02 17:01:07.029932165 +0200
|
|
+++ ./KernelDrivers/Makefile 2020-06-04 14:36:10.188174788 +0200
|
|
@@ -0,0 +1 @@
|
|
+obj-m += eq3_char_loop.o
|