summaryrefslogtreecommitdiff
path: root/board/xilinx/zynq
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-10-20 13:05:14 +0300
committerMichal Simek <michal.simek@xilinx.com>2020-10-27 10:13:32 +0300
commit3e315f31cc74e897aebb180aa43d572f5d289949 (patch)
treec4e32f9dba14d74ae88b9fe5722fd8ff0f740111 /board/xilinx/zynq
parent0b88e4516dc1dbba7ba041756315843a28a6bf74 (diff)
downloadu-boot-3e315f31cc74e897aebb180aa43d572f5d289949.tar.xz
xilinx: common: Add Makefile to common folder
There is no need to reference files in common folder back. Simply adding Makefile to this folder does the job because this "common" location is already wired in main Makefile. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xilinx/zynq')
-rw-r--r--board/xilinx/zynq/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/xilinx/zynq/Makefile b/board/xilinx/zynq/Makefile
index 096a7aceb9..8566171589 100644
--- a/board/xilinx/zynq/Makefile
+++ b/board/xilinx/zynq/Makefile
@@ -4,7 +4,6 @@
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
obj-y := board.o
-obj-y += ../common/board.o
ifneq ($(CONFIG_XILINX_PS_INIT_FILE),"")
PS_INIT_FILE := $(shell cd $(srctree); readlink -f $(CONFIG_XILINX_PS_INIT_FILE))