This repository has been archived on 2024-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-12 13:32:08 +01:00

4 lines
151 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