bananapi-uboot: also fix for gcc9

This commit is contained in:
Jürgen Buchmüller 2020-09-15 09:48:44 +02:00
parent ac2f9b9719
commit 835f76bcbb

View file

@ -19,6 +19,8 @@ do_configure() {
# generates an include for it but there is no such file.
mkdir -p include/linux
touch include/linux/compiler-gcc10.h
# Also current gcc9 requires this. Need to find the reason and fix that.
touch include/linux/compiler-gcc9.h
make mrproper
make Bananapi_config