kernel tests: Fix TARGET_CC check.

$(architecture) isn't declared in this file.
This commit is contained in:
Augustin Cavalier
2026-04-09 14:01:27 -04:00
parent 76afa5f534
commit 95c8251d75
+1 -1
View File
@@ -3,7 +3,7 @@ SubDir HAIKU_TOP src tests system ;
SubInclude HAIKU_TOP src tests system benchmarks ;
SubInclude HAIKU_TOP src tests system boot ;
SubInclude HAIKU_TOP src tests system glue ;
if $(TARGET_CC_IS_LEGACY_GCC_$(architecture)) = 0 {
if $(TARGET_CC_IS_LEGACY_GCC_$(TARGET_PACKAGING_ARCH)) = 0 {
SubInclude HAIKU_TOP src tests system kernel ;
}
SubInclude HAIKU_TOP src tests system libroot ;