tree: https://github.com/shenki/linux dev-5.8 head: 599d7f997930829f13e05d332e3e7fccd89d340d commit: 01148274870c27c041fcf5d20c328a1d25c5e9c8 [112/218] hwmon: Add PECI dimmtemp driver config: i386-allyesconfig (attached as .config) compiler: gcc-9 (Debian 9.3.0-15) 9.3.0 reproduce (this is a W=1 build): # https://github.com/shenki/linux/commit/01148274870c27c041fcf5d20c328a1d25c5e9c8 git remote add shenki https://github.com/shenki/linux git fetch --no-tags shenki dev-5.8 git checkout 01148274870c27c041fcf5d20c328a1d25c5e9c8 # save the attached .config to linux build tree make W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/hwmon/peci-dimmtemp.c:39:2: error: 'INTEL_FAM6_SKYLAKE_XD' undeclared here (not in a function); did you mean 'INTEL_FAM6_SKYLAKE_X'? 39 | INTEL_FAM6_SKYLAKE_XD, | ^~~~~~~~~~~~~~~~~~~~~ | INTEL_FAM6_SKYLAKE_X vim +39 drivers/hwmon/peci-dimmtemp.c 34 35 static const u8 support_model[4] = { 36 INTEL_FAM6_HASWELL_X, 37 INTEL_FAM6_BROADWELL_X, 38 INTEL_FAM6_SKYLAKE_X, > 39 INTEL_FAM6_SKYLAKE_XD, 40 }; 41 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org