summaryrefslogtreecommitdiffstats
path: root/rules/unionfs.make
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2006-06-08 20:31:23 +0000
committerErwin Rol <erwin@erwinrol.com>2006-06-08 20:31:23 +0000
commit32da032f10afae16b0a162a03c191ddab12282a2 (patch)
tree5c8c9c5af213eab3c06e14abf596c67ea9fd9a9d /rules/unionfs.make
parentcb02c39273f4ff3d673b2b8da4ac2454790cdca9 (diff)
downloadptxdist-32da032f10afae16b0a162a03c191ddab12282a2.tar.gz
ptxdist-32da032f10afae16b0a162a03c191ddab12282a2.tar.xz
Add ARCH for cross compile
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5659 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/unionfs.make')
-rw-r--r--rules/unionfs.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/unionfs.make b/rules/unionfs.make
index 629c965d9..892487ab1 100644
--- a/rules/unionfs.make
+++ b/rules/unionfs.make
@@ -68,7 +68,7 @@ unionfs_prepare: $(STATEDIR)/unionfs.prepare
UNIONFS_PATH := PATH=$(CROSS_PATH)
UNIONFS_ENV := $(CROSS_ENV)
-UNIONFS_MAKEVARS = $(call remove_quotes, LINUXSRC=$(KERNEL_DIR) KVERS=$(KERNEL_VERSION) $(CROSS_ENV_CC) UNIONFS_DEBUG_CFLAG= UNIONFS_OPT_CFLAG='$(CROSS_CPPFLAGS) $(CROSS_LDFLAGS) -O2' PREFIX=$(SYSROOT)/usr MODPREFIX=$(SYSROOT) EXTRACFLAGS=-DUNIONFS_NDEBUG)
+UNIONFS_MAKEVARS = $(call remove_quotes, LINUXSRC=$(KERNEL_DIR) KVERS=$(KERNEL_VERSION) $(CROSS_ENV_CC) UNIONFS_DEBUG_CFLAG= UNIONFS_OPT_CFLAG='$(CROSS_CPPFLAGS) $(CROSS_LDFLAGS) -O2' PREFIX=$(SYSROOT)/usr MODPREFIX=$(SYSROOT) EXTRACFLAGS=-DUNIONFS_NDEBUG ARCH=$(PTXCONF_ARCH))
$(STATEDIR)/unionfs.prepare: $(unionfs_prepare_deps_default)
@$(call targetinfo, $@)