* updated firefox (133.0.3 -> 134.0.2)
[t2sde.git] / package / kernel / linux-header / linux-header.conf
blob3c5fd44a5e8211135090fa227d12b4ecd46e03d0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/linux-header/linux-header.conf
3 # Copyright (C) 2004 - 2023 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 . $base/package/*/*/linux-conf.in
14 autopatch=0 createdocs=0
16 if atstage toolchain; then
17         root="$sysroot"
20 main_lx_header() {
21         lx_patch
22         lx_config
24         # garuanteed newer than system to really install them
25         find include -type f | xargs touch
27         makeopt=
29 hook_add premake 5 main_lx_header
31 # fake good toolchain, e.g. for ia64
32 atstage toolchain && var_append makeopt ' ' 'GAS_STATUS=good'
34 # remove stupid install Makfile trickery, sigh!
35 hook_add postmake 5 "rm -vf $root$includedir/*/.*install*"
36 var_append flistde''l '|' 'usr/include/.*\.install.*'
38 var_remove makeinstopt ' ' 'install'
39 # the empty variables prevent removal of existing headers!
40 var_append makeinstopt ' ' 'oldheaders= INSTALL_HDR_PATH=$root/$prefix headers_install'