diff options
author | Harald Welte <laforge@gnumonks.org> | 2015-09-10 11:04:24 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2015-09-11 00:17:07 +0200 |
commit | 6289cc6248e66e6f51f273603d8f3b46b843b345 (patch) | |
tree | 012042913c6c1c6bdf7ea6b743929651acf6dbde /asn1/rua | |
parent | b534e5c0851647c4d50fd013fbd5a344a60c414f (diff) |
remove obsolete asn1c makefiles in the asn1c/ hierarchy
we are generating the code locally in src/{ranap,rua,hnbap}
Diffstat (limited to 'asn1/rua')
-rw-r--r-- | asn1/rua/asn1c/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/asn1/rua/asn1c/Makefile b/asn1/rua/asn1c/Makefile deleted file mode 100644 index 3a7689b..0000000 --- a/asn1/rua/asn1c/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -MOD=RUA - -ASNS=../$(MOD)-CommonDataTypes.asn ../$(MOD)-Constants.asn ../$(MOD)-IEs.asn ../$(MOD)-PDU.asn - -all: $(ASNS) - asn1c -gen-PER -fnative-types -fskeletons-copy $^ |