summaryrefslogtreecommitdiff
path: root/cesar/lib
diff options
context:
space:
mode:
authordufour2010-03-10 09:30:29 +0000
committerdufour2010-03-10 09:30:29 +0000
commitab9aeecf539f05204825fc0542bc369274cb0d15 (patch)
treecb80d95a807238ae58a42a8df95b62eda3cfa96f /cesar/lib
parenteb134c0b464da3276161ed5c567cb85a63654cfc (diff)
cesar: add missing module hal/arch when using debug stack, refs #1263
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6813 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/lib')
-rw-r--r--cesar/lib/test/fixed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/lib/test/fixed/Makefile b/cesar/lib/test/fixed/Makefile
index 3b36bc32e4..60753ca783 100644
--- a/cesar/lib/test/fixed/Makefile
+++ b/cesar/lib/test/fixed/Makefile
@@ -14,6 +14,6 @@ test_fixed_MODULES = lib
TARGET_PROGRAMS = test_fixed_sparc
test_fixed_sparc_SOURCES = test_fixed.c
-test_fixed_sparc_MODULES = lib
+test_fixed_sparc_MODULES = lib hal/arch
include $(BASE)/common/make/top.mk