diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:55 -0500 |
commit | 0858b835e7ea501ea084d34cef75932f098342bb (patch) | |
tree | b25a0aa1aad0f92cfb6217aa4ce3160e2b1abeab /blackfin_config.mk | |
parent | 8dc48d71a4be753ea9f84956cd33600de35fad04 (diff) | |
download | u-boot-imx-0858b835e7ea501ea084d34cef75932f098342bb.zip u-boot-imx-0858b835e7ea501ea084d34cef75932f098342bb.tar.gz u-boot-imx-0858b835e7ea501ea084d34cef75932f098342bb.tar.bz2 |
add support for Blackfin symbol prefixes to examples
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'blackfin_config.mk')
-rw-r--r-- | blackfin_config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/blackfin_config.mk b/blackfin_config.mk index beb9498..e91318e 100644 --- a/blackfin_config.mk +++ b/blackfin_config.mk @@ -23,3 +23,5 @@ PLATFORM_RELFLAGS += -ffixed-P5 PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN + +SYM_PREFIX = _ |