Refactor Makefile to remove etherip6ctl target and update README.md with MSS handling details

This commit is contained in:
tuna2134
2026-07-06 22:26:07 +09:00
parent e2707818dd
commit 5bb4e290a3
3 changed files with 120 additions and 6 deletions

View File

@@ -10,11 +10,6 @@ all: module tools
module:
$(MAKE) -C $(KDIR) M=$(PWD) modules
tools: etherip6ctl
etherip6ctl: etherip6ctl.c etherip6_uapi.h
$(CC) $(CFLAGS) -Wall -Wextra -O2 -o $@ etherip6ctl.c
clean:
@if [ -d "$(KDIR)" ]; then \
$(MAKE) -C "$(KDIR)" M="$(PWD)" clean; \