tree: Drop non-existent directories from subdirs-y
Change-Id: Icb9e72edf3a982a095dceee4da19f90c53fcddd0 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83021 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
		@@ -6,7 +6,6 @@
 | 
				
			|||||||
subdirs-y += amd
 | 
					subdirs-y += amd
 | 
				
			||||||
subdirs-y += armltd
 | 
					subdirs-y += armltd
 | 
				
			||||||
subdirs-y += intel
 | 
					subdirs-y += intel
 | 
				
			||||||
subdirs-y += ti
 | 
					 | 
				
			||||||
subdirs-$(CONFIG_ARCH_X86) += x86
 | 
					subdirs-$(CONFIG_ARCH_X86) += x86
 | 
				
			||||||
subdirs-$(CONFIG_CPU_QEMU_X86) += qemu-x86
 | 
					subdirs-$(CONFIG_CPU_QEMU_X86) += qemu-x86
 | 
				
			||||||
subdirs-$(CONFIG_CPU_POWER9) += power9
 | 
					subdirs-$(CONFIG_CPU_POWER9) += power9
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,5 @@
 | 
				
			|||||||
## SPDX-License-Identifier: GPL-2.0-only
 | 
					## SPDX-License-Identifier: GPL-2.0-only
 | 
				
			||||||
 | 
					
 | 
				
			||||||
subdirs-y += spd
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
bootblock-y += bootblock.c
 | 
					bootblock-y += bootblock.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
romstage-y += romstage_fsp_params.c
 | 
					romstage-y += romstage_fsp_params.c
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,6 @@ subdirs-y += f71808a
 | 
				
			|||||||
subdirs-y += f71859
 | 
					subdirs-y += f71859
 | 
				
			||||||
subdirs-y += f71863fg
 | 
					subdirs-y += f71863fg
 | 
				
			||||||
subdirs-y += f71869ad
 | 
					subdirs-y += f71869ad
 | 
				
			||||||
subdirs-y += f71872
 | 
					 | 
				
			||||||
subdirs-y += f81865f
 | 
					subdirs-y += f81865f
 | 
				
			||||||
subdirs-y += f81866d
 | 
					subdirs-y += f81866d
 | 
				
			||||||
subdirs-y += f81803a
 | 
					subdirs-y += f81803a
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user