diff options
author | Björn Gustavsson <[email protected]> | 2012-12-19 15:46:53 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-22 19:20:12 +0100 |
commit | fbcb7fe589edbfe79d10d7fe01be8a9f77926b89 (patch) | |
tree | a7e5a695db24fb32d2baff4eb35baa795aa5be1e /lib/asn1/src/Makefile | |
parent | a822c4a25d9855381632c124ed8ca0882a792e96 (diff) | |
download | otp-fbcb7fe589edbfe79d10d7fe01be8a9f77926b89.tar.gz otp-fbcb7fe589edbfe79d10d7fe01be8a9f77926b89.tar.bz2 otp-fbcb7fe589edbfe79d10d7fe01be8a9f77926b89.zip |
Optimize encoding of ENUMERATED in per and uper
Always pre-encode the values for the enumeration. Clean up the
code and let the per and uper back-ends share the code.
Diffstat (limited to 'lib/asn1/src/Makefile')
-rw-r--r-- | lib/asn1/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/asn1/src/Makefile b/lib/asn1/src/Makefile index b1500d9ea6..4bf6eabce6 100644 --- a/lib/asn1/src/Makefile +++ b/lib/asn1/src/Makefile @@ -44,7 +44,8 @@ RELSYSDIR = $(RELEASE_PATH)/lib/asn1-$(VSN) EBIN = ../ebin EVAL_CT_MODULES = asn1ct_eval_ext \ - asn1ct_eval_per + asn1ct_eval_per \ + asn1ct_eval_uper CT_MODULES= \ asn1ct \ |