Add the new blkdev_compat.h header to the DIST target.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
dc1d7665c5
commit
61da501f9d
|
@ -3,7 +3,8 @@ COMMON_H =
|
|||
KERNEL_H = \
|
||||
$(top_srcdir)/include/linux/dcache_compat.h \
|
||||
$(top_srcdir)/include/linux/xattr_compat.h \
|
||||
$(top_srcdir)/include/linux/vfs_compat.h
|
||||
$(top_srcdir)/include/linux/vfs_compat.h \
|
||||
$(top_srcdir)/include/linux/blkdev_compat.h
|
||||
|
||||
USER_H =
|
||||
|
||||
|
|
|
@ -90,7 +90,8 @@ SOURCES =
|
|||
DIST_SOURCES =
|
||||
am__kernel_HEADERS_DIST = $(top_srcdir)/include/linux/dcache_compat.h \
|
||||
$(top_srcdir)/include/linux/xattr_compat.h \
|
||||
$(top_srcdir)/include/linux/vfs_compat.h
|
||||
$(top_srcdir)/include/linux/vfs_compat.h \
|
||||
$(top_srcdir)/include/linux/blkdev_compat.h
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
am__vpath_adj = case $$p in \
|
||||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
|
|
Loading…
Reference in New Issue