Commit 87aacaf2 authored by Tim Gardner's avatar Tim Gardner

UBUNTU: [Debian] Supply PKG_ABI in kmake

BugLink: http://bugs.launchpad.net/bugs/1193172Signed-off-by: default avatarTim Gardner <tim.gardner@canonical.com>
parent 02c6dcc3
......@@ -213,7 +213,8 @@ kmake = make ARCH=$(build_arch) \
KERNELVERSION=$(abi_release)-$(target_flavour) \
CONFIG_DEBUG_SECTION_MISMATCH=y \
KBUILD_BUILD_VERSION="$(uploadnum)" \
LOCALVERSION= localver-extra=
LOCALVERSION= localver-extra= \
CFLAGS_MODULE="-DPKG_ABI=$(abinum)"
ifneq ($(LOCAL_ENV_CC),)
kmake += CC=$(LOCAL_ENV_CC) DISTCC_HOSTS=$(LOCAL_ENV_DISTCC_HOSTS)
endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment