meson: sort files

This commit is contained in:
Yu Watanabe 2022-05-10 23:46:55 +09:00
parent 97cda6e10f
commit 6bb8928205

View file

@ -13,6 +13,8 @@ sources = files(
'netdev/dummy.h',
'netdev/fou-tunnel.c',
'netdev/fou-tunnel.h',
'netdev/geneve.c',
'netdev/geneve.h',
'netdev/ifb.c',
'netdev/ifb.h',
'netdev/ipoib.c',
@ -45,12 +47,10 @@ sources = files(
'netdev/vlan.h',
'netdev/vrf.c',
'netdev/vrf.h',
'netdev/vxlan.c',
'netdev/vxlan.h',
'netdev/geneve.c',
'netdev/geneve.h',
'netdev/vxcan.c',
'netdev/vxcan.h',
'netdev/vxlan.c',
'netdev/vxlan.h',
'netdev/wireguard.c',
'netdev/wireguard.h',
'netdev/wlan.c',
@ -115,8 +115,6 @@ sources = files(
'networkd-ndisc.h',
'networkd-neighbor.c',
'networkd-neighbor.h',
'networkd-radv.c',
'networkd-radv.h',
'networkd-network-bus.c',
'networkd-network-bus.h',
'networkd-network.c',
@ -125,6 +123,8 @@ sources = files(
'networkd-nexthop.h',
'networkd-queue.c',
'networkd-queue.h',
'networkd-radv.c',
'networkd-radv.h',
'networkd-route-util.c',
'networkd-route-util.h',
'networkd-route.c',
@ -157,12 +157,12 @@ sources = files(
'tc/ets.h',
'tc/fifo.c',
'tc/fifo.h',
'tc/fq.c',
'tc/fq.h',
'tc/fq-codel.c',
'tc/fq-codel.h',
'tc/fq-pie.c',
'tc/fq-pie.h',
'tc/fq.c',
'tc/fq.h',
'tc/gred.c',
'tc/gred.h',
'tc/hhf.c',