tune makefile

This commit is contained in:
2020-11-08 14:04:59 +01:00
parent 0446055537
commit cae27e3acb

View File

@ -4,7 +4,12 @@ AR=arm-none-eabi-ar
CFLAGS=-iquote Ethernet -iquote Application -iquote Internet -Wall CFLAGS=-iquote Ethernet -iquote Application -iquote Internet -Wall
OBJDIR=build OBJDIR=build
VPATH=Ethernet:Ethernet/W5500:Internet/DHCP:Internet/DNS:Internet/MQTT:Internet/MQTT/MQTTPacket/src:Internet/httpServer:Internet/SNTP VPATH=Ethernet:Ethernet/W5500
VPATH+=Internet/DHCP
VPATH+=Internet/DNS
VPATH+=Internet/MQTT:Internet/MQTT/MQTTPacket/src
VPATH+=Internet/httpServer
VPATH+=Internet/SNTP
OBJS=$(addprefix $(OBJDIR)/,wizchip_conf.o socket.o w5500.o \ OBJS=$(addprefix $(OBJDIR)/,wizchip_conf.o socket.o w5500.o \
dhcp.o \ dhcp.o \