summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/host/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2008-03-31 18:43:24 +0200
committerNicolas Schodet2008-03-31 18:43:24 +0200
commit2a43dfdd687cac76235cba053bd559cc9a022bb1 (patch)
treedd6f868a7a035305a9de28c432d699cf562f2995 /digital/avr/modules/host/test/Makefile
parent89a5f31634fb9b8d3a6774b027be6ae01f21de42 (diff)
* digital/avr/modules/host:
- added mex implementation.
Diffstat (limited to 'digital/avr/modules/host/test/Makefile')
-rw-r--r--digital/avr/modules/host/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/avr/modules/host/test/Makefile b/digital/avr/modules/host/test/Makefile
index 5f8343c4..aca134a5 100644
--- a/digital/avr/modules/host/test/Makefile
+++ b/digital/avr/modules/host/test/Makefile
@@ -1,6 +1,7 @@
BASE = ../../..
-HOST_PROGS = test_host
+HOST_PROGS = test_host test_mex
test_host_SOURCES = test_host.c
+test_mex_SOURCES = test_mex.c
MODULES = host
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...