Crc initial example

This commit is contained in:
Zaltora 2017-02-12 11:56:15 +01:00
parent 5eae1664e5
commit dfc8420373
6 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/crc_generic
# expected anyone using bmp driver includes it as 'crc_generic/crc_generic.h'
INC_DIRS += $(crc_generic_ROOT)crc_lib/
# args for passing into compile rule generation
crc_generic_SRC_DIR = $(crc_generic_ROOT)crc_lib/
$(eval $(call component_compile_rules,crc_generic))