mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-14 19:24:00 +01:00
Revert switch to kbuild
This commit is contained in:
parent
099be56b62
commit
a9ca7fae63
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue