#!/bin/sh # gen_vdso_offsets.sh COPYRIGHT FUJITSU LIMITED 2016 # @ref.impl arch/arm64/kernel/vdso/gen_vdso_offsets.sh # # Match symbols in the DSO that look like VDSO_*; produce a header file # of constant offsets into the shared object. # # Doing this inside the Makefile will break the $(filter-out) function, # causing Kbuild to rebuild the vdso-offsets header file every time. # # Author: Will Deacon