X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Flinux%2FKbuild.in;fp=datapath%2Flinux-2.6%2FKbuild.in;h=4e1611a31e67afbd2bd7cf81031f49abecedb4a0;hb=22bcc0e70becd88bf895c44885d63704affe4284;hp=2158382b0a38d7d1738adef0c6bb80bd32691d69;hpb=8c7ea6a0c0d44f707eef136b77ac0dd1c55509a4;p=sliver-openvswitch.git diff --git a/datapath/linux-2.6/Kbuild.in b/datapath/linux/Kbuild.in similarity index 90% rename from datapath/linux-2.6/Kbuild.in rename to datapath/linux/Kbuild.in index 2158382b0..4e1611a31 100644 --- a/datapath/linux-2.6/Kbuild.in +++ b/datapath/linux/Kbuild.in @@ -22,7 +22,7 @@ EXTRA_CFLAGS += -include $(builddir)/kcompat.h # These include directories have to go before -I$(KSRC)/include. # NOSTDINC_FLAGS just happens to be a variable that goes in the # right place, even though it's conceptually incorrect. -NOSTDINC_FLAGS += -I$(top_srcdir)/include -I$(srcdir)/compat-2.6 -I$(srcdir)/compat-2.6/include +NOSTDINC_FLAGS += -I$(top_srcdir)/include -I$(srcdir)/compat -I$(srcdir)/compat/include obj-m := $(patsubst %,%_mod.o,$(build_modules))