aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sv
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/sv')
-rw-r--r--asn1/sv/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/asn1/sv/Makefile.common b/asn1/sv/Makefile.common
index d134f1a8fe..8e62116126 100644
--- a/asn1/sv/Makefile.common
+++ b/asn1/sv/Makefile.common
@@ -24,7 +24,8 @@ PROTOCOL_NAME=sv
EXT_ASN_FILE_LIST =
-ASN_FILE_LIST = $(PROTOCOL_NAME).asn
+ASN_FILE_LIST = \
+ $(PROTOCOL_NAME).asn
# The packet-$(PROTOCOL_NAME)-template.h and $(PROTOCOL_NAME).asn
# files do not exist for all protocols: Please add/remove as required.
@@ -39,4 +40,5 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS= -b
+A2W_FLAGS= -b
+