[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-89-g7c11dea
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2011-04-27 13:30:18
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 7c11deab6cb540ab9219e4ca39b6a574ee96c633 (commit)
from 49cb3db1a9bb1950bde103969b96f1337eae9e9b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7c11deab6cb540ab9219e4ca39b6a574ee96c633
Author: Nicolas Colombain <nic...@ar...>
Date: Wed Apr 27 15:29:51 2011 +0200
[TOOLS] add apf51 fpga loader
-----------------------------------------------------------------------
Summary of changes:
.../linux/modules/fpga/dev_tools/loader/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/target/linux/modules/fpga/dev_tools/loader/Makefile b/target/linux/modules/fpga/dev_tools/loader/Makefile
index 1d5326d..422fcc1 100644
--- a/target/linux/modules/fpga/dev_tools/loader/Makefile
+++ b/target/linux/modules/fpga/dev_tools/loader/Makefile
@@ -6,6 +6,9 @@ ifneq ($(KERNELRELEASE),)
obj-$(CONFIG_ARMADEUS_FPGA_LOADER_DRIVER) += fpgaloader.o
fpgaloader-objs := xilinx-fpga-loader.o fpga-loader.o
+ifneq ($(CONFIG_MACH_APF51),)
+obj-y += apf51-fpga-loader.o
+endif
ifneq ($(CONFIG_MACH_APF27),)
obj-y += apf27-fpga-loader.o
endif
hooks/post-receive
--
armadeus
|