X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fdpaax%2Fmeson.build;h=a1627791161ac9b870ca2643c0bd2f253a50f0bd;hb=c968c6188c473046701d6304521e2b4c7456071c;hp=0b8bf7bd51c8809b930c6b8f2a3155fbaacb368b;hpb=eef9e0412a84cddf8944379ed4995314b4369370;p=dpdk.git diff --git a/drivers/common/dpaax/meson.build b/drivers/common/dpaax/meson.build index 0b8bf7bd51..a162779116 100644 --- a/drivers/common/dpaax/meson.build +++ b/drivers/common/dpaax/meson.build @@ -2,18 +2,17 @@ # Copyright(c) 2018 NXP if not is_linux - build = false - reason = 'only supported on linux' + build = false + reason = 'only supported on Linux' endif sources = files('dpaax_iova_table.c', 'dpaa_of.c', 'caamflib.c') includes += include_directories('caamflib') -cflags += ['-D_GNU_SOURCE'] if cc.has_argument('-Wno-cast-qual') - cflags += '-Wno-cast-qual' + cflags += '-Wno-cast-qual' endif if cc.has_argument('-Wno-pointer-arith') - cflags += '-Wno-pointer-arith' + cflags += '-Wno-pointer-arith' endif