mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Remove unused uIP neighbour code
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ AFLAGS= -plosgff
|
||||
|
||||
BUILDDIR = output/
|
||||
|
||||
SRCS = timer.c uip_arp.c uip.c uip-fw.c uiplib.c uip-neighbor.c uip-split.c
|
||||
SRCS = timer.c uip_arp.c uip.c uip-fw.c uiplib.c uip-split.c
|
||||
OBJS = ${SRCS:%.c=$(BUILDDIR)%.rel}
|
||||
|
||||
all: create_build_dir $(OBJS)
|
||||
|
||||
Reference in New Issue
Block a user