component.mk 492 B

123456789101112
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port include/lwip/posix apps/ping
  5. COMPONENT_SRCDIRS := api apps/sntp apps/ping apps core/ipv4 core/ipv6 core netif port/freertos port/netif port/debug port
  6. CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
  7. api/tcpip.o apps/dhcpserver.o: CFLAGS += -Wno-unused-variable
  8. apps/dhcpserver.o core/pbuf.o core/tcp_in.o: CFLAGS += -Wno-unused-but-set-variable