mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
8 lines
202 B
Makefile
8 lines
202 B
Makefile
libipt_FULLCONENAT.so: libipt_FULLCONENAT.o
|
|
$(CC) -shared -lxtables -o $@ $^;
|
|
libipt_FULLCONENAT.o: libipt_FULLCONENAT.c
|
|
$(CC) ${CFLAGS} -fPIC -D_INIT=$*_init -c -o $@ $<;
|
|
|
|
obj-m += xt_FULLCONENAT.o
|
|
|