mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Fix Makefile-based builds
This commit is contained in:
parent
39162c2d0c
commit
e16cc67b70
@ -32,6 +32,8 @@
|
||||
all compile: lwip_unittests
|
||||
.PHONY: all clean check
|
||||
|
||||
LWIPDIR=../../../../src
|
||||
|
||||
# The include path to sys_arch.h and lwipopts.h must be first, so this must be before Common.mk
|
||||
CFLAGS=-DLWIP_NOASSERT_ON_ERROR -I/usr/include/check -I$(LWIPDIR)/../test/unit
|
||||
|
||||
|
@ -32,6 +32,8 @@
|
||||
all compile: example_app makefsdata
|
||||
.PHONY: all
|
||||
|
||||
LWIPDIR=../../../../src
|
||||
|
||||
include ../Common.mk
|
||||
|
||||
CFLAGS+=-I$(CONTRIBDIR)/examples/example_app
|
||||
|
Loading…
Reference in New Issue
Block a user