summaryrefslogtreecommitdiffstats
path: root/crypto/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-02 09:34:26 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-02 14:45:02 +0100
commitb756967d28f2ee726d947ca7a6e1075df616b300 (patch)
tree5badb5e0012ebc534e8b2c900dd7ee3ef5af6429 /crypto/build.info
parentdc22d6b37e8058a4334e6f98932c2623cd3d8d0d (diff)
Make uplink auxiliary source separate from cpuid source
There are cases, for example when configuring no-asm, that the added uplink source files got in the way of the cpuid ones. The best way to solve this is to separate the two. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/build.info')
-rw-r--r--crypto/build.info3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/build.info b/crypto/build.info
index 24a009a475..471a9fd2f8 100644
--- a/crypto/build.info
+++ b/crypto/build.info
@@ -4,7 +4,8 @@ SOURCE[../libcrypto]=\
cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c \
ebcdic.c uid.c o_time.c o_str.c o_dir.c thr_id.c lock.c \
threads_pthread.c threads_win.c threads_none.c \
- o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -}
+ o_init.c o_fips.c mem_sec.c init.c {- $target{cpuid_asm_src} -} \
+ {- $target{uplink_aux_src} -}
EXTRA= ../ms/uplink-x86.pl ../ms/uplink.c ../ms/applink.c \
x86cpuid.pl x86_64cpuid.pl ia64cpuid.S \
ppccpuid.pl pariscid.pl alphacpuid.pl arm64cpuid.pl armv4cpuid.pl