Move C compiler warning (-W) flags from CFLAGS to AM_CFLAGS.
[openvswitch] / datapath / linux-2.6 / Modules.mk
index e7359a46325992ff3a01a41d7f00d278f594a0b1..7892583c2af099696d9e05a191bb509dc8880f31 100644 (file)
@@ -4,6 +4,7 @@ openvswitch_sources += \
 openvswitch_headers += \
        linux-2.6/compat-2.6/compat26.h \
        linux-2.6/compat-2.6/include/asm-generic/bug.h \
+       linux-2.6/compat-2.6/include/linux/cpumask.h \
        linux-2.6/compat-2.6/include/linux/dmi.h \
        linux-2.6/compat-2.6/include/linux/err.h \
        linux-2.6/compat-2.6/include/linux/icmp.h \
@@ -13,8 +14,8 @@ openvswitch_headers += \
        linux-2.6/compat-2.6/include/linux/jiffies.h \
        linux-2.6/compat-2.6/include/linux/kernel.h \
        linux-2.6/compat-2.6/include/linux/kobject.h \
-       linux-2.6/compat-2.6/include/linux/log2.h \
        linux-2.6/compat-2.6/include/linux/lockdep.h \
+       linux-2.6/compat-2.6/include/linux/log2.h \
        linux-2.6/compat-2.6/include/linux/mutex.h \
        linux-2.6/compat-2.6/include/linux/netdevice.h \
        linux-2.6/compat-2.6/include/linux/netfilter_bridge.h \
@@ -38,12 +39,9 @@ both_modules += brcompat
 brcompat_sources = \
        linux-2.6/compat-2.6/genetlink-brcompat.c \
        brcompat.c \
-       brc_procfs.c \
-       brc_sysfs_dp.c \
-       brc_sysfs_if.c 
+       brc_procfs.c
 brcompat_headers = \
-       brc_procfs.h \
-       brc_sysfs.h 
+       brc_procfs.h
 
 dist_modules += veth
 build_modules += $(if $(BUILD_VETH),veth)