Revamp OpenFlow kernel module build system.
[openvswitch] / datapath / Makefile.am
1 SUBDIRS = tests
2 if L26_ENABLED
3 SUBDIRS += linux-2.6
4 endif
5 if L24_ENABLED
6 SUBDIRS += linux-2.4
7 endif
8
9 EXTRA_DIST = $(dist_headers) $(dist_sources)
10
11 include Modules.mk
12 include linux-2.4/Modules.mk
13 include linux-2.6/Modules.mk