Modified the naming scheme for hardware tables.
[sliver-openvswitch.git] / datapath / hwtable_dummy / Modules.mk
1 # Specify the module to build.
2 all_modules += hwtable_dummy
3
4 # Specify the source files that comprise the module.
5 hwtable_dummy_sources = \
6         hwtable_dummy/hwtable_dummy.c
7