6 lines
83 B
Makefile
6 lines
83 B
Makefile
obj-m += tcp_const.o
|
|
|
|
all:
|
|
make -C /lib/modules/`uname -r`/build M=`pwd` modules
|
|
|