Add debug.h selection choice to support include chip debug.h

Select debug.h which may be under include/arch or include/arch/chip.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Change-Id: I5f465c41ba27d040e5e24b2eef2918cfbc18a0bd
This commit is contained in:
liuhaitao
2020-11-04 20:55:21 +08:00
committed by David Sidrane
parent 6d2c28e70d
commit 55deefdb30
2 changed files with 20 additions and 2 deletions
+3
View File
@@ -46,6 +46,9 @@
#ifdef CONFIG_ARCH_DEBUG_H
# include <arch/debug.h>
#endif
#ifdef CONFIG_ARCH_CHIP_DEBUG_H
# include <arch/chip/debug.h>
#endif
#include <syslog.h>