mirror of
https://github.com/ufrisk/pcileech.git
synced 2026-06-09 19:42:40 +08:00
8 lines
164 B
Makefile
8 lines
164 B
Makefile
obj-m += pcileech_flash.o
|
|
|
|
all:
|
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
|
|
|
|
clean:
|
|
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|