~ubuntu-branches/ubuntu/vivid/aufs/vivid

« back to all changes in this revision

Viewing changes to fs/aufs/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode
  • Date: 2008-05-06 18:35:50 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080506183550-0b6c974kkgc46oeh
Tags: 0+20080506-1
* New upstream release, supports Kernel 2.6.25 (Closes: #479717)
* Fix building with older Kernels (Closes: #475042)
* Update the patches 01, 04 and 07 to also patch fs/aufs25

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# AUFS Makefile for the Linux 2.6.16 and later
2
 
# $Id: Makefile,v 1.41 2008/03/31 07:40:26 sfjro Exp $
 
1
# AUFS Makefile for the Linux 2.6.16 - 2.6.24
 
2
# $Id: Makefile,v 1.44 2008/04/21 01:31:25 sfjro Exp $
3
3
 
4
4
# the environment variables are not inherited since 2.6.23
5
5
ifdef AUFS_EXTRA_CFLAGS
70
70
        dir.o vdir.o \
71
71
        inode.o i_op.o i_op_add.o i_op_del.o i_op_ren.o iinfo.o \
72
72
        misc.o
 
73
 
73
74
#xattr.o
 
75
ifeq ($(strip $(shell test ${SUBLEVEL} -ge 19 && echo t)),t)
 
76
aufs-$(CONFIG_AUFS_BR_NFS) += br_nfs.o
 
77
endif
 
78
aufs-$(CONFIG_AUFS_BR_XFS) += br_xfs.o
 
79
aufs-$(CONFIG_AUFS_WORKAROUND_FUSE) += br_fuse.o
 
80
 
 
81
aufs-$(CONFIG_AUFS_DLGT) += dlgt.o
74
82
aufs-$(CONFIG_AUFS_SYSAUFS) += sysaufs.o
75
 
aufs-$(CONFIG_AUFS_HINOTIFY) += hinotify.o
 
83
aufs-$(CONFIG_AUFS_HINOTIFY) += hinotify.o hin_or_dlgt.o
 
84
# dirty
 
85
ifndef CONFIG_AUFS_HINOTIFY
 
86
aufs-$(CONFIG_AUFS_DLGT) += hin_or_dlgt.o
 
87
endif
76
88
aufs-$(CONFIG_AUFS_EXPORT) += export.o
 
89
aufs-$(CONFIG_AUFS_ROBR) += robr.o
77
90
#aufs-$(CONFIG_DEBUGFS) += dbgfs.o
78
91
aufs-$(CONFIG_AUFS_DEBUG) += debug.o
79
 
 
80
 
# cf. aufs.h
81
 
ifdef CONFIG_AUFS_DEBUG
82
 
ifeq "yes" "$(shell test ${SUBLEVEL} -ge 18 && echo yes)"
83
 
aufs-$(CONFIG_MAGIC_SYSRQ) += sysrq.o
84
 
endif
85
 
endif
 
92
aufs-$(CONFIG_AUFS_MAGIC_SYSRQ) += sysrq.o