X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FMakefile.am;h=e1bd3e69a3949e37f3514f5b26b995e4024de663;hb=f97ffebfb8e66d7ce0ed78517dff322aa4825aea;hp=1c0af40c283da8b93206f7e79b653243da7e988d;hpb=39376d06ffe60b4352e7d1a6f0a8d3b662d9aa39;p=openvswitch diff --git a/datapath/Makefile.am b/datapath/Makefile.am index 1c0af40c..e1bd3e69 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = -if L26_ENABLED -SUBDIRS += linux-2.6 +if LINUX_ENABLED +SUBDIRS += linux endif EXTRA_DIST = $(dist_headers) $(dist_sources) @@ -9,7 +9,7 @@ EXTRA_DIST = $(dist_headers) $(dist_sources) AUTOMAKE_OPTIONS = -Wno-portability include Modules.mk -include linux-2.6/Modules.mk +include linux/Modules.mk # The following is based on commands for the Automake "distdir" target. distfiles: Makefile