drivers/baseband: align meson defines with make
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 4 Oct 2019 17:19:09 +0000 (18:19 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 9 Oct 2019 09:50:12 +0000 (11:50 +0200)
commita5fb66997f04d06f76c5b1603413b27c29711068
treef51bddc23cbd89b53a0f215c3aa66c7243f764ef
parentaa983f03ad2e16a869e6ce53e261d02fb450bb67
drivers/baseband: align meson defines with make

For baseband drivers, the macros used to indicate the presence of a
particular driver were subtly different from that used in make. The make
values hand "PMD" before the individual driver name, while in meson it came
afterwards. Update meson to put the "PMD" part first.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/baseband/meson.build