#!/bin/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