From 890eb720d5c6194d84f5467c32b017b792cad42f Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Sat, 16 May 2009 01:23:06 +0200 Subject: * digital/avr/modules/utils: - add a function to compute CRC. --- digital/avr/modules/utils/test/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'digital/avr/modules/utils/test/Makefile') 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... -- cgit v1.2.3