1# Copyright 2018 Oticon A/S
2# Copyright 2023 Nordic Semiconductor ASA
3# SPDX-License-Identifier: Apache-2.0
4
5BSIM_BASE_PATH?=$(abspath ../ )
6include ${BSIM_BASE_PATH}/common/pre.make.inc
7
82G4_libPhyComv1_COMP_PATH?=$(abspath ${BSIM_COMPONENTS_PATH}/ext_2G4_libPhyComv1)
9
10CC:=ccache gcc
11