mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Otherwise it's hard to keep track of all the scripts we have. Acked-by: Eelco Chaudron <echaudro@redhat.com> Reviewed-By: Ihar Hrachyshka <ihar@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
11 lines
380 B
Makefile
11 lines
380 B
Makefile
if WIN32
|
|
BUILT_SOURCES += $(srcdir)/datapath-windows/include/OvsDpInterface.h
|
|
endif
|
|
|
|
$(srcdir)/datapath-windows/include/OvsDpInterface.h: \
|
|
include/linux/openvswitch.h \
|
|
build-aux/extract-odp-netlink-windows-dp-h
|
|
$(AM_V_GEN)sed -f $(srcdir)/build-aux/extract-odp-netlink-windows-dp-h < $< > $@
|
|
|
|
CLEANFILES += $(srcdir)/datapath-windows/include/OvsDpInterface.h
|