crypto/openssl: add RSA and mod asym operations
[dpdk.git] / drivers / meson.build
index f879cb6..1737d86 100644 (file)
@@ -7,6 +7,7 @@ driver_classes = ['common',
               'mempool', # depends on common and bus.
               'net',     # depends on common, bus and mempool.
               'crypto',  # depends on common, bus and mempool (net in future).
+              'compress', # depends on common, bus, mempool.
               'event',   # depends on common, bus, mempool and net.
               'raw']     # depends on common, bus, mempool, net and event.
 
@@ -31,6 +32,9 @@ foreach class:driver_classes
                sources = []
                objs = []
                cflags = machine_args
+               if cc.has_argument('-Wno-format-truncation')
+                       cflags += '-Wno-format-truncation'
+               endif
                includes = [include_directories(drv_path)]
                # set up internal deps. Drivers can append/override as necessary
                deps = std_deps