Removed unreferenced source from application makefile.
This commit is contained in:
parent
2662a31d30
commit
9dd1bde01b
|
@ -1,3 +1,3 @@
|
||||||
email_src = email.c smtp-socket.c smtp-strings.c ctk-textentry-multiline.c \
|
email_src = email.c smtp-socket.c smtp-strings.c ctk-textentry-multiline.c \
|
||||||
psock.c uipbuf.c memb.c
|
psock.c memb.c
|
||||||
email_dsc = email-dsc.c
|
email_dsc = email-dsc.c
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
|
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c memb.c \
|
||||||
memb.c httpd-fs.c httpd-cgi.c
|
httpd-fs.c httpd-cgi.c
|
||||||
webserver_dsc = webserver-dsc.c
|
webserver_dsc = webserver-dsc.c
|
||||||
|
|
||||||
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
|
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
|
||||||
|
|
Loading…
Reference in a new issue