summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 28bbef4)
raw | patch | inline | side by side (parent: 28bbef4)
author | Wendy Liang <jliang@xilinx.com> | |
Mon, 11 Jan 2016 07:28:36 +0000 (23:28 -0800) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Tue, 9 Feb 2016 19:55:45 +0000 (11:55 -0800) |
Set the right common source files for zynq7 generic
non remoteproc master application.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
non remoteproc master application.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
apps/system/generic/machine/zynq7/Makefile.include | patch | blob | history |
diff --git a/apps/system/generic/machine/zynq7/Makefile.include b/apps/system/generic/machine/zynq7/Makefile.include
index 9e276794356238f84bac74b6814f148e4ce207c5..4eb0f65d26159044cf59db6d62d9bdc3fba9910e 100644 (file)
C_COMMON_SRCS := $(call local_dir,platform_info_remoteproc_master.c)
else
LINKERSCRIPT := $(call local_dir,linker_remote.ld)
-C_COMMON_SRCS := $(wildcard $(call local_dir,)*.c)
+C_COMMON_SRCS := $(call local_dir,platform_info.c)
+C_COMMON_SRCS += $(call local_dir,rsc_table.c)
endif
ARCH_COMMON_DIR := $(call local_dir,.)