[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-230-gc42c8e2
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-03-10 13:34:20
|
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 c42c8e2da1c3197b381ac1ddd36afd5f26d51f33 (commit)
from f2f4048bd931f2f28b09a23eb5fa0b2aa733a58a (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 c42c8e2da1c3197b381ac1ddd36afd5f26d51f33
Author: Julien Boibessot <jul...@ar...>
Date: Wed Mar 10 14:21:48 2010 +0100
[DEBUG] Cleanup imxregs build
-----------------------------------------------------------------------
Summary of changes:
buildroot/package/armadeus/imxregs/imxregs.mk | 8 ++++++--
target/linux/debug/imxregs/Makefile | 5 ++---
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/buildroot/package/armadeus/imxregs/imxregs.mk b/buildroot/package/armadeus/imxregs/imxregs.mk
index cf53e19..e1da229 100644
--- a/buildroot/package/armadeus/imxregs/imxregs.mk
+++ b/buildroot/package/armadeus/imxregs/imxregs.mk
@@ -11,7 +11,11 @@ IMXREGS_CAT:=zcat
ifeq ($(BR2_TARGET_ARMADEUS_APF27),y)
IMXREGS_BINARY:=imx27regs
else
-IMXREGS_BINARY:=imxregs
+ ifeq ($(BR2_TARGET_ARMADEUS_APF9328),y)
+ IMXREGS_BINARY:=imxregs
+ else
+ IMXREGS_BINARY:=unknown_arch
+ endif
endif
IMXREGS_TARGET_BINARY:=usr/bin/imxregs
@@ -20,7 +24,7 @@ $(IMXREGS_DIR)/imxregs.c:
cp $(IMXREGS_SOURCE)/* $(IMXREGS_DIR)/
$(IMXREGS_DIR)/$(IMXREGS_BINARY): $(IMXREGS_DIR)/imxregs.c
- $(TARGET_CONFIGURE_OPTS) $(MAKE) CC=$(TARGET_CC) -C $(IMXREGS_DIR)
+ $(MAKE) CC=$(TARGET_CC) -C $(IMXREGS_DIR)
$(TARGET_DIR)/$(IMXREGS_TARGET_BINARY): $(IMXREGS_DIR)/$(IMXREGS_BINARY)
install -D $< $@
diff --git a/target/linux/debug/imxregs/Makefile b/target/linux/debug/imxregs/Makefile
index 17e101f..5ca78a1 100644
--- a/target/linux/debug/imxregs/Makefile
+++ b/target/linux/debug/imxregs/Makefile
@@ -1,6 +1,5 @@
-ifeq ($(CC),cc)
- CC=arm-linux-gcc
-endif
+CC=arm-linux-gcc
+
all: imxregs imx27regs
hooks/post-receive
--
armadeus
|