1#
2# Copyright 2021 NXP
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#
7#-----------------------------------------------------------------------------
8
9# SNPS ddr phy driver files
10
11DDR_PHY_C  =
12DDR_PHY_H  =
13
14$(DDR_PHY_C): $(DDR_PHY_H) $(COMMON_HDRS) src
15	@cp -r "$(DDR_PHY_PATH)/$@" "$(SRC_DIR)/$@"
16
17$(DDR_PHY_H): src
18	@cp -r "$(DDR_PHY_PATH)/$@" "$(SRC_DIR)/$@"
19
20#------------------------------------------------
21