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