# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../linux-header/linux-header.conf # Copyright (C) 2004 - 2011 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- T2-COPYRIGHT-NOTE-END --- . $base/package/*/*/linux-conf.in if atstage toolchain; then root="$sysroot" fi main_lx_header() { lx_patch # we need to create an config since this generates some files yes '' | eval $MAKE $makeopt oldconfig > /dev/null # garuanteed newer than system to really install them find include -type f | xargs touch # the empty variables prevent removal of existing headers! eval $MAKE $makeopt INSTALL_HDR_PATH=$root/$prefix \ oldheaders= unwanted= headers_install } autopatch=0 ; createdocs=0 custmain="main_lx_header" # patchfiles="$base/package/$repository/linux$treever/*.patch $patchfiles"