[Mod] AHT10驱动 Makefile调整

This commit is contained in:
gaoyang3513
2026-04-28 21:19:40 +08:00
parent 48cddf247a
commit 97c2088828
5 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
LIST=OS
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk

View File

@ -0,0 +1 @@
include ../../common.mk

View File

@ -1,10 +0,0 @@
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)

View File

@ -1 +0,0 @@
include ../../../common.mk