Add clear version of commit 72f30ad.
This commit is contained in:
parent
e12077513f
commit
6178865cc6
16 changed files with 1044 additions and 0 deletions
10
extras/onewire/component.mk
Normal file
10
extras/onewire/component.mk
Normal 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))
|
||||
Loading…
Add table
Add a link
Reference in a new issue