try creating a defconfig of RHEL's config and using that as the base
This commit is contained in:
parent
6b4da949f6
commit
c140bcd974
@ -102,6 +102,10 @@ cp -vr kernel-tfg/{configure-linux.sh,extra-configs} .
|
||||
rm -rf kernel-tfg/
|
||||
./configure-linux.sh
|
||||
|
||||
%{make} savedefconfig
|
||||
cp defconfig arch/%{build_arch}/configs/defconfig
|
||||
%{make} defconfig
|
||||
|
||||
%build
|
||||
%{make} PYTHON=%{__python3} %{make_targets}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user