diff options
Diffstat (limited to 'packages/unionfs/unionfs-modules.inc')
-rw-r--r-- | packages/unionfs/unionfs-modules.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/unionfs/unionfs-modules.inc b/packages/unionfs/unionfs-modules.inc index ceada47454..5e87288e48 100644 --- a/packages/unionfs/unionfs-modules.inc +++ b/packages/unionfs/unionfs-modules.inc @@ -3,6 +3,8 @@ unionutils = "unionctl uniondbg" include unionfs.inc inherit module +SECTION = "kernel/modules" + EXTRA_OEMAKE = "'CC=${KERNEL_CC}' 'LD=${KERNEL_LD}' \ 'KERNELVER=${KERNEL_VERSION}' \ 'LINUXSRC=${STAGING_KERNEL_DIR}' \ @@ -13,6 +15,7 @@ EXTRA_OEMAKE = "'CC=${KERNEL_CC}' 'LD=${KERNEL_LD}' \ KCFLAGS = "-D__KERNEL__ -DMODULE -DFISTGEN \ -DUNIONFS_UNSUPPORTED -DNODEBUG \ -I. -I${STAGING_KERNEL_DIR}/include \ + -DUNIONFS_VERSION=\"${PV}\" \ ${CFLAGS}" def get_flags(d, bb): |