Add clear version of commit 72f30ad.

This commit is contained in:
Grzegorz Hetman 2016-02-18 18:42:50 +01:00
parent e12077513f
commit 6178865cc6
16 changed files with 1044 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# Component makefile for extras/onewire
# expected anyone using onewire driver includes it as 'onewire/onewire.h'
INC_DIRS += $(onewire_ROOT)..
# args for passing into compile rule generation
onewire_INC_DIR =
onewire_SRC_DIR = $(onewire_ROOT)
$(eval $(call component_compile_rules,onewire))