Hi Sean,
FYI, the error/warning still remains.
tree:
https://github.com/frank-w/BPI-R2-4.14 5.4-r64-rc
head: 674455af354a65fbb527eaf761ae932864b41c6f
commit: 810664cc290092b0c9fde935f1bf75aee787801b [6/19] net: phy: add rtl8367 switch phy
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 7.4.0
reproduce:
wget
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O
~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout 810664cc290092b0c9fde935f1bf75aee787801b
# save the attached .config to linux build tree
GCC_VERSION=7.4.0 make.cross ARCH=arm
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/net/phy/rtk/rtl8367s_mdio.c:24:0:
> drivers/net/phy/rtk/./rtl8367c/include/rtk_switch.h:21:10: fatal
error: rtk_types.h: No such file or directory
#include <rtk_types.h>
^~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/acl.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/cpu.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/dot1x.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/eee.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/igmp.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/interrupt.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/l2.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/leaky.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/led.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
--
> drivers/net/phy/rtk/rtl8367c/mirror.c:18:10: fatal error:
rtk_switch.h: No such file or directory
#include <rtk_switch.h>
^~~~~~~~~~~~~~
compilation terminated.
..
vim +21 drivers/net/phy/rtk/./rtl8367c/include/rtk_switch.h
20
21 #include <rtk_types.h>
22
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation