From: Igor Russkikh
Date: Fri, 25 Sep 2020 23:27:35 +0300
> Driver subfolder files refer parent folder includes in an
> absolute manner.
>
> Makefile contains a -I for this, but apparently that does not
> work if object tree is separated.
>
> Adding srctree to fix that.
>
> Signed-off-by: Igor
Driver subfolder files refer parent folder includes in an
absolute manner.
Makefile contains a -I for this, but apparently that does not
work if object tree is separated.
Adding srctree to fix that.
Signed-off-by: Igor Russkikh
---
drivers/net/ethernet/aquantia/atlantic/Makefile | 4 ++--
1 fi