File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ vfio_ss.add(when: 'CONFIG_VFIO_PCI', if_true: files(
14
14
))
15
15
vfio_ss.add(when : ' CONFIG_VFIO_CCW' , if_true : files (' ccw.c' ))
16
16
vfio_ss.add(when : ' CONFIG_VFIO_PLATFORM' , if_true : files (' platform.c' ))
17
- vfio_ss.add(when : ' CONFIG_VFIO_XGMAC' , if_true : files (' calxeda-xgmac.c' ))
18
- vfio_ss.add(when : ' CONFIG_VFIO_AMD_XGBE' , if_true : files (' amd-xgbe.c' ))
19
17
vfio_ss.add(when : ' CONFIG_VFIO_AP' , if_true : files (' ap.c' ))
20
18
vfio_ss.add(when : ' CONFIG_VFIO_IGD' , if_true : files (' igd.c' ))
21
19
22
20
specific_ss.add_all(when : ' CONFIG_VFIO' , if_true : vfio_ss)
23
21
22
+ system_ss.add(when : ' CONFIG_VFIO_XGMAC' , if_true : files (' calxeda-xgmac.c' ))
23
+ system_ss.add(when : ' CONFIG_VFIO_AMD_XGBE' , if_true : files (' amd-xgbe.c' ))
24
24
system_ss.add(when : ' CONFIG_VFIO' , if_true : files (
25
25
' helpers.c' ,
26
26
' container-base.c' ,
You can’t perform that action at this time.
0 commit comments