Delete component.mk

This commit is contained in:
Gunar Schorcht 2017-09-30 20:50:40 +02:00 committed by GitHub
parent 2642944175
commit f586d73d29

View file

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