1################################################################################
2# \file bsp.mk
3#
4################################################################################
5# \copyright
6# Copyright 2018-2023 Cypress Semiconductor Corporation (an Infineon company) or
7# an affiliate of Cypress Semiconductor Corporation
8#
9# SPDX-License-Identifier: Apache-2.0
10#
11# Licensed under the Apache License, Version 2.0 (the "License");
12# you may not use this file except in compliance with the License.
13# You may obtain a copy of the License at
14#
15#     http://www.apache.org/licenses/LICENSE-2.0
16#
17# Unless required by applicable law or agreed to in writing, software
18# distributed under the License is distributed on an "AS IS" BASIS,
19# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20# See the License for the specific language governing permissions and
21# limitations under the License.
22################################################################################
23
24ifeq ($(WHICHFILE),true)
25$(info Processing $(lastword $(MAKEFILE_LIST)))
26endif
27
28# Any additional components to apply when using this board.
29BSP_COMPONENTS:=
30
31# Any additional defines to apply when using this board.
32BSP_DEFINES:=
33
34################################################################################
35# ALL ITEMS BELOW THIS POINT ARE AUTO GENERATED BY THE BSP ASSISTANT TOOL.
36# DO NOT MODIFY DIRECTLY. CHANGES SHOULD BE MADE THROUGH THE BSP ASSISTANT.
37################################################################################
38
39# Board device selection. MPN_LIST tracks what was selected in the BSP Assistant
40# All other variables are derived by BSP Assistant based on the MPN_LIST.
41MPN_LIST:=
42