rename module again

This commit is contained in:
twoneis 2025-04-04 00:44:48 +02:00
parent c73b587078
commit 731e8a3958

View file

@ -16,7 +16,7 @@ run: leak.o
%.o: %.c %.o: %.c
$(CC) $< $(CFLAGS) -o $@ $(CC) $< $(CFLAGS) -o $@
lkm: module:
make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules
clean: clean: