5 lines
152 B
Makefile
5 lines
152 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-m := driver_and_interrupts.o
|
|
driver_and_interrupts-y := src/main.o src/misc_device_fops.o src/keyboard_logger.o
|