summaryrefslogtreecommitdiff
path: root/asn1/rtse
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/asn1/rtse/Makefile.common b/asn1/rtse/Makefile.common
index 3443d056af..b10a2dafb4 100644
--- a/asn1/rtse/Makefile.common
+++ b/asn1/rtse/Makefile.common
@@ -26,7 +26,8 @@ EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
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.