[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-780-g300c86a
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2015-06-29 15:47:00
|
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 300c86a22db39e16a9c505a351e20c6afbd626bc (commit)
from f6923c2d2c066ccf85812e99e1da914251a364e3 (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 300c86a22db39e16a9c505a351e20c6afbd626bc
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Jun 29 17:52:18 2015 +0200
[DEMOS] pcie_msi: use Armadeus vars
-----------------------------------------------------------------------
Summary of changes:
target/demos/pcie_msi/Makefile | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/target/demos/pcie_msi/Makefile b/target/demos/pcie_msi/Makefile
index c4f3984..8edcbc3 100644
--- a/target/demos/pcie_msi/Makefile
+++ b/target/demos/pcie_msi/Makefile
@@ -5,17 +5,18 @@ obj-m += pcie_msi.o
else
-PWD := $(shell pwd)
+PWD = $(shell pwd)
-BSP_APF6_BROUTPUT := $(PWD)/../../../buildroot/output/
+ARMADEUS_BASE_DIR=$(PWD)/../../..
+-include $(ARMADEUS_BASE_DIR)/Makefile.in
-CC = $(BSP_APF6_BROUTPUT)host/usr/bin/arm-linux-gnueabihf-gcc
-LD = $(BSP_APF6_BROUTPUT)host/usr/bin/arm-linux-gnueabihf-ld
-OBJDUMP = $(BSP_APF6_BROUTPUT)host/usr/bin/arm-linux-gnueabihf-objdump
-KDIR := $(BSP_APF6_BROUTPUT)build/linux-3.19.3/
+CC = $(ARMADEUS_TOOLCHAIN_PATH)/$(ARMADEUS_TOOLCHAIN_PREFIX)gcc
+LD = $(ARMADEUS_TOOLCHAIN_PATH)/$(ARMADEUS_TOOLCHAIN_PREFIX)ld
+OBJDUMP = $(ARMADEUS_TOOLCHAIN_PATH)/$(ARMADEUS_TOOLCHAIN_PREFIX)objdump
+KDIR = $(ARMADEUS_LINUX_DIR)
default:
- $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) ARCH=arm CROSS_COMPILE=arm-linux- modules CC=$(CC) LD=$(LD) OBJDUMP=$(OBJDUMP)
+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) ARCH=arm CROSS_COMPILE=$(ARMADEUS_TOOLCHAIN_PREFIX) modules CC=$(CC) LD=$(LD) OBJDUMP=$(OBJDUMP)
clean:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
hooks/post-receive
--
armadeus
|