datapath: bug.h missing from distfiles
authorChris Luke <chris_luke@cable.comcast.com>
Sun, 22 Dec 2013 22:43:33 +0000 (14:43 -0800)
committerJesse Gross <jesse@nicira.com>
Sun, 22 Dec 2013 22:43:33 +0000 (14:43 -0800)
commit 7c359202 introduced datapath/linux/compat/include/bug.h
but did not include it in datapath/linux/Modules.mk, which results
in the following build error:

> The distribution is missing the following files:
> datapath/linux/compat/include/linux/bug.h

Signed-off-by: Chris Luke <chris_luke@cable.comcast.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/linux/Modules.mk

index 2f4a9c2..cedb8c9 100644 (file)
@@ -19,6 +19,7 @@ openvswitch_headers += \
        linux/compat/gso.h \
        linux/compat/include/asm/hash.h \
        linux/compat/include/asm/percpu.h \
+       linux/compat/include/linux/bug.h \
        linux/compat/include/linux/compiler.h \
        linux/compat/include/linux/compiler-gcc.h \
        linux/compat/include/linux/cpumask.h \