move TARGET_UNITTESTS to target.cfg so that metamake sees the var.

This commit is contained in:
Kalamatee 2023-04-13 12:41:38 +01:00 committed by deadwood
parent 1776abdf1a
commit 2a816c4753
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright © 1995-2021, The AROS Development Team. All rights reserved.
# Copyright © 1995-2023, The AROS Development Team. All rights reserved.
# $Id$
#
# Desc: target.cfg - an autoconf output file for make variables.
@ -30,6 +30,8 @@ TARGET_LLVM_VER := @target_llvm_version@
# Bootloader to use on platforms that support it
AROS_TARGET_BOOTLOADER := @aros_target_bootloader@
TARGET_UNITTESTS := @aros_config_unittests@
PCI_HIDD_TARGET := @pci_hidd_target@
CROSSTOOLS_TARGET := @crosstools_target@
OBJC_TARGET := @objc_target@