Revert switch to kbuild

This commit is contained in:
Werner Sembach 2022-11-09 17:14:55 +01:00
parent 099be56b62
commit a9ca7fae63
2 changed files with 5 additions and 9 deletions

View file

@ -16,7 +16,11 @@
# You should have received a copy of the GNU General Public License
# along with this software. If not, see <https://www.gnu.org/licenses/>.
#
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

View file

@ -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