From a9ca7fae63faa06ce66b01520c3f6329943e8ccb Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Wed, 9 Nov 2022 17:14:55 +0100 Subject: [PATCH] Revert switch to kbuild --- Makefile | 6 +++++- src/Kbuild | 8 -------- 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 src/Kbuild diff --git a/Makefile b/Makefile index 5e908f8..c60cf4d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,11 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . # -obj-m := src/ +obj-m := ./src/tuxedo_keyboard.o \ + ./src/clevo_wmi.o \ + ./src/clevo_acpi.o \ + ./src/tuxedo_io/tuxedo_io.o \ + ./src/uniwill_wmi.o PWD := $(shell pwd) KDIR := /lib/modules/$(shell uname -r)/build diff --git a/src/Kbuild b/src/Kbuild deleted file mode 100644 index 0d77606..0000000 --- a/src/Kbuild +++ /dev/null @@ -1,8 +0,0 @@ -obj-m := tuxedo_keyboard.o \ - clevo_wmi.o \ - clevo_acpi.o \ - tuxedo_io/tuxedo_io.o \ - uniwill_wmi.o - -#clevo_wmi-y := clevo_leds.o -#clevo_acpi-y := clevo_leds.o