From 3e315f31cc74e897aebb180aa43d572f5d289949 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 20 Oct 2020 12:05:14 +0200 Subject: 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 --- board/xilinx/common/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 board/xilinx/common/Makefile (limited to 'board/xilinx/common/Makefile') diff --git a/board/xilinx/common/Makefile b/board/xilinx/common/Makefile new file mode 100644 index 00000000000..3600da464b8 --- /dev/null +++ b/board/xilinx/common/Makefile @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# (C) Copyright 2020 Xilinx, Inc. +# Michal Simek +# + +obj-y += board.o -- cgit v1.2.3