New functions for getting and setting network device flags.
[sliver-openvswitch.git] / 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 # Suppress warnings about GNU extensions in Modules.mk files.
12 AUTOMAKE_OPTIONS = -Wno-portability
13
14 include Modules.mk
15 include linux-2.4/Modules.mk
16 include linux-2.6/Modules.mk