Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.
This commit is contained in:
parent
e5d3453a79
commit
661a58cddb
19 changed files with 43 additions and 41 deletions
|
@ -1,6 +1,6 @@
|
|||
APP_SOURCES += webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
|
||||
memb.c httpd-fs.c httpd-cgi.c
|
||||
DSC_SOURCES += webserver-dsc.c
|
||||
webserver_src = webserver-nogui.c httpd.c http-strings.c psock.c uipbuf.c \
|
||||
memb.c httpd-fs.c httpd-cgi.c
|
||||
webserver_dsc = webserver-dsc.c
|
||||
|
||||
#$(CONTIKI)/apps/webserver/http-strings.c: $(CONTIKI)/apps/webserver/http-strings
|
||||
# cd $(CONTIKI)/apps/webserver/; $(CONTIKI)/tools/makestrings $<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue