rename module again
This commit is contained in:
parent
c73b587078
commit
731e8a3958
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue