From fbcb7fe589edbfe79d10d7fe01be8a9f77926b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 19 Dec 2012 15:46:53 +0100 Subject: 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. --- lib/asn1/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/asn1/src/Makefile') 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 \ -- cgit v1.2.3