summaryrefslogtreecommitdiff
path: root/cesar/common
diff options
context:
space:
mode:
authorschodet2009-10-13 14:22:22 +0000
committerschodet2009-10-13 14:22:22 +0000
commitebf448f4a69858d9b0438a26fdb932289d812c43 (patch)
tree2ebfca033760e8f5a211ec766cdf98c89bb56b27 /cesar/common
parent46edcee0ecde0509d43040aad57525d87cdd8cb1 (diff)
cesar/common/make: enable listing generation by default
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6102 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/common')
-rw-r--r--cesar/common/make/target.mk2
-rw-r--r--cesar/common/make/test/Config.alt-output1
-rw-r--r--cesar/common/make/test/b_shout.h-output1
-rw-r--r--cesar/common/make/test/first-output1
-rw-r--r--cesar/common/make/test/test_make.c-output1
-rw-r--r--cesar/common/make/test/test_make.h-output1
6 files changed, 6 insertions, 1 deletions
diff --git a/cesar/common/make/target.mk b/cesar/common/make/target.mk
index 5868ead124..d953afbc8e 100644
--- a/cesar/common/make/target.mk
+++ b/cesar/common/make/target.mk
@@ -11,7 +11,7 @@ ifeq ($(TARGET),sparc)
CROSS_COMPILE := $(TARGET)-elf-
MAKE_BIN := y
MAKE_ROM := y
- MAKE_LST :=
+ MAKE_LST := y
MAKE_SIZE := y
# Sparc v8.
diff --git a/cesar/common/make/test/Config.alt-output b/cesar/common/make/test/Config.alt-output
index 0eb894a064..d6dbf56b68 100644
--- a/cesar/common/make/test/Config.alt-output
+++ b/cesar/common/make/test/Config.alt-output
@@ -8,4 +8,5 @@ MAKE ecos.all
LINK [target] obj/test_make_ecos.elf
BIN [target] obj/test_make_ecos.bin
ROM [target] obj/test_make_ecos.rom
+LST [target] obj/test_make_ecos.lst
SIZE [target] obj/test_make_ecos.size
diff --git a/cesar/common/make/test/b_shout.h-output b/cesar/common/make/test/b_shout.h-output
index 0e87e7ed9e..a661c5ec6b 100644
--- a/cesar/common/make/test/b_shout.h-output
+++ b/cesar/common/make/test/b_shout.h-output
@@ -6,4 +6,5 @@ MAKE ecos.all
LINK [target] obj/test_make_ecos.elf
BIN [target] obj/test_make_ecos.bin
ROM [target] obj/test_make_ecos.rom
+LST [target] obj/test_make_ecos.lst
SIZE [target] obj/test_make_ecos.size
diff --git a/cesar/common/make/test/first-output b/cesar/common/make/test/first-output
index 145160f052..c14e4b3ef0 100644
--- a/cesar/common/make/test/first-output
+++ b/cesar/common/make/test/first-output
@@ -24,4 +24,5 @@ MAKE ecos.all
LINK [target] obj/test_make_ecos.elf
BIN [target] obj/test_make_ecos.bin
ROM [target] obj/test_make_ecos.rom
+LST [target] obj/test_make_ecos.lst
SIZE [target] obj/test_make_ecos.size
diff --git a/cesar/common/make/test/test_make.c-output b/cesar/common/make/test/test_make.c-output
index 201f14ab9c..2eb4c3ca0f 100644
--- a/cesar/common/make/test/test_make.c-output
+++ b/cesar/common/make/test/test_make.c-output
@@ -5,4 +5,5 @@ MAKE ecos.all
LINK [target] obj/test_make_ecos.elf
BIN [target] obj/test_make_ecos.bin
ROM [target] obj/test_make_ecos.rom
+LST [target] obj/test_make_ecos.lst
SIZE [target] obj/test_make_ecos.size
diff --git a/cesar/common/make/test/test_make.h-output b/cesar/common/make/test/test_make.h-output
index d19c2cf4f0..6c119db535 100644
--- a/cesar/common/make/test/test_make.h-output
+++ b/cesar/common/make/test/test_make.h-output
@@ -7,4 +7,5 @@ MAKE ecos.all
LINK [target] obj/test_make_ecos.elf
BIN [target] obj/test_make_ecos.bin
ROM [target] obj/test_make_ecos.rom
+LST [target] obj/test_make_ecos.lst
SIZE [target] obj/test_make_ecos.size