Commit a21ae398 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add module.mk

parent 00795d8c
Loading
Loading
Loading
Loading

module.mk

0 → 100644
+15 −0
Original line number Diff line number Diff line
sources := \
      IVIM_PDU_Descriptions.asn   \
      MAPEM_PDU_Descriptions.asn  \
      RTCMEM_PDU_Descriptions.asn \
      SPATEM_PDU_Descriptions.asn \
      SREM_PDU_Descriptions.asn   \
      SSEM_PDU_Descriptions.asn   \
      /build/asn1/ISO_TS_14816/AVIAEINumberingAndDataStructures.asn \
      /build/asn1/ISO_TS_17419/CITSapplMgmtIDs.asn \
      /build/asn1/ISO_TS_19321/IVI.asn

ifeq (,$(findstring ETSI_ITS_CDD.asn ,$(all_sources)))
  sources += cdd/ETSI_ITS_CDD.asn
endif