summaryrefslogtreecommitdiff
path: root/cesar/mac/design
diff options
context:
space:
mode:
authordufour2010-03-10 09:30:29 +0000
committerdufour2010-03-10 09:30:29 +0000
commitab9aeecf539f05204825fc0542bc369274cb0d15 (patch)
treecb80d95a807238ae58a42a8df95b62eda3cfa96f /cesar/mac/design
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/mac/design')
-rw-r--r--cesar/mac/design/test/sacki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/mac/design/test/sacki/Makefile b/cesar/mac/design/test/sacki/Makefile
index 6b6c501435..6e11d8279e 100644
--- a/cesar/mac/design/test/sacki/Makefile
+++ b/cesar/mac/design/test/sacki/Makefile
@@ -8,7 +8,7 @@ test_sacki_MODULES = lib
TARGET_PROGRAMS = test_sacki_target
test_sacki_target_SOURCES = test_sacki.c
-test_sacki_target_MODULES = lib
+test_sacki_target_MODULES = lib hal/arch
sacki_decomp_h = obj/inc/sacki_decomp.h
CLEAN_FILES = $(sacki_decomp_h)