net/atlantic: implement firmware operations
[dpdk.git] / drivers / net / atlantic / meson.build
index 055342e..b05c977 100644 (file)
@@ -5,4 +5,6 @@ sources = files(
        'atl_ethdev.c',
        'atl_hw_regs.c',
        'hw_atl/hw_atl_llh.c',
+       'hw_atl/hw_atl_utils_fw2x.c',
+       'hw_atl/hw_atl_utils.c',
 )