[Mod] AHT10驱动 Makefile调整
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
LIST=OS
|
LIST=CPU
|
||||||
|
|
||||||
ifndef QRECURSE
|
ifndef QRECURSE
|
||||||
QRECURSE=recurse.mk
|
QRECURSE=recurse.mk
|
||||||
|
|||||||
1
src/drivers/i2c/aht10/aarch64/o-le/Makefile
Normal file
1
src/drivers/i2c/aht10/aarch64/o-le/Makefile
Normal file
@ -0,0 +1 @@
|
|||||||
|
include ../../common.mk
|
||||||
@ -1,10 +0,0 @@
|
|||||||
LIST=CPU
|
|
||||||
|
|
||||||
ifndef QRECURSE
|
|
||||||
QRECURSE=recurse.mk
|
|
||||||
ifdef QCONFIG
|
|
||||||
QRDIR=$(dir $(QCONFIG))
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
include $(QRDIR)$(QRECURSE)
|
|
||||||
|
|
||||||
@ -1 +0,0 @@
|
|||||||
include ../../../common.mk
|
|
||||||
Reference in New Issue
Block a user