4ad4b20a79
Switch from using tabs to 4 spaces for meson.build indentation. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
19 lines
375 B
Meson
19 lines
375 B
Meson
# SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
|
# Copyright(c) 2019 Pensando
|
|
|
|
if is_windows
|
|
build = false
|
|
reason = 'not supported on Windows'
|
|
subdir_done()
|
|
endif
|
|
|
|
sources = files(
|
|
'ionic_dev.c',
|
|
'ionic_ethdev.c',
|
|
'ionic_lif.c',
|
|
'ionic_mac_api.c',
|
|
'ionic_main.c',
|
|
'ionic_rx_filter.c',
|
|
'ionic_rxtx.c',
|
|
)
|