blob: ba5c774273e983773fccb1772092bc7dcb5e328f [file] [log] [blame]
Pankaj Guptac518de42020-12-09 14:02:39 +05301#
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#------------------------------------------------