buildsys: add abi file for 4.10.1-2-pve

This commit is contained in:
Fabian Grünbichler 2017-03-24 12:27:46 +01:00
parent 4627a23613
commit 1b29f8ed34
2 changed files with 21358 additions and 0 deletions

View File

@ -165,6 +165,9 @@ fwcheck: fwlist-${KVNAME} fwlist-previous
bash -c "diff -up -N <(sort fwlist-previous | uniq) <(sort fwlist-${KVNAME} | uniq) > fwlist.diff"
rm fwlist.diff
abi-${KVNAME}: .compile_mark
sed -e 's/^\(.\+\)[[:space:]]\+\(.\+\)[[:space:]]\(.\+\)$$/\3 \2 \1/' ${KERNEL_SRC}/Module.symvers | sort > abi-${KVNAME}
data: .compile_mark igb.ko ixgbe.ko e1000e.ko ${SPL_MODULES} ${ZFS_MODULES}
rm -rf data tmp; mkdir -p tmp/lib/modules/${KVNAME}
mkdir tmp/boot
@ -225,6 +228,7 @@ PVE_CONFIG_OPTS= \
-e CONFIG_MEMCG_KMEM \
-d CONFIG_DEFAULT_CFQ \
--set-str CONFIG_DEFAULT_IOSCHED deadline \
-e CONFIG_MODVERSIONS \
-d CONFIG_DEFAULT_SECURITY_DAC \
-e CONFIG_DEFAULT_SECURITY_APPARMOR \
--set-str CONFIG_DEFAULT_SECURITY apparmor

21354
abi-current Normal file

File diff suppressed because it is too large Load Diff