summaryrefslogtreecommitdiff
path: root/digital/avr/modules/host/Makefile.module
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-31 18:42:22 +0200
committerNicolas Schodet2008-03-31 18:42:22 +0200
commite332353ccadd10fda96d2c02dddc64de0dbdea49 (patch)
tree7feab3971e050623eb6cdcefbebed5d6dead1606 /digital/avr/modules/host/Makefile.module
parent0bb7eac6a0c02c1c357e5ec3a891ec89cb8d4797 (diff)
* digital/avr/modules/host:
- added client socket code. - added mex Node declarations.
Diffstat (limited to 'digital/avr/modules/host/Makefile.module')
-rw-r--r--digital/avr/modules/host/Makefile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/host/Makefile.module b/digital/avr/modules/host/Makefile.module
index cf2cf1ee..0b2cd371 100644
--- a/digital/avr/modules/host/Makefile.module
+++ b/digital/avr/modules/host/Makefile.module
@@ -1 +1 @@
-host_SOURCES = host.host.c
+host_SOURCES = host.host.c mex.host.c socket.host.c