# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/xresprobe/xresprobe.conf # Copyright (C) 2007 - 2023 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # 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 version 2. # --- T2-COPYRIGHT-NOTE-END --- build_xresprobe() { cd ddcprobe #make $CC -Wall -c vesamode.c $CC -Wall -c common.c $CC -Wall -c x86-common.c $CC -Wall -c lrmi.c $CC -Wall -c vbe.c $CC -Wall -c ddcprobe.c $CC -Wall -o ddcprobe vesamode.o common.o x86-common.o lrmi.o vbe.o ddcprobe.o cp -a -f ddcprobe $root/usr/sbin/ } makeopt= makeinstopt= hook_add postmake 5 "build_xresprobe"