summaryrefslogtreecommitdiff
path: root/digital/avr/modules/utils/test/Makefile
diff options
context:
space:
mode:
authorJérémy Dufour2009-05-16 01:23:06 +0200
committerJérémy Dufour2009-05-16 01:23:06 +0200
commit890eb720d5c6194d84f5467c32b017b792cad42f (patch)
tree24910c6e92990a6a1077d6d6ba606efe8ec2613c /digital/avr/modules/utils/test/Makefile
parentd9071896298d040d8c00b8e45812dc77636f500c (diff)
* digital/avr/modules/utils:
- add a function to compute CRC.
Diffstat (limited to 'digital/avr/modules/utils/test/Makefile')
-rw-r--r--digital/avr/modules/utils/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/digital/avr/modules/utils/test/Makefile b/digital/avr/modules/utils/test/Makefile
index 783d7922..5724a5e2 100644
--- a/digital/avr/modules/utils/test/Makefile
+++ b/digital/avr/modules/utils/test/Makefile
@@ -1,9 +1,10 @@
BASE = ../../..
-PROGS = test_utils test_byte
+PROGS = test_utils test_byte test_crc
AVR_PROGS = test_byte_methods
test_utils_SOURCES = test_utils.c
test_byte_SOURCES = test_byte.c
test_byte_methods_SOURCES = test_byte_methods.c
+test_crc_SOURCES = test_crc.c
MODULES = utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...