From aff9f54e6bc50e587ec07ac0ec2b3b8e1b7136a8 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 19 Jun 2020 23:23:53 +0200 Subject: arch/x86/Makefile.inc: Drop unused reset.c rule No x86 mainboard has a reset.c file. Change-Id: I167629c7addf485944926d57cf0228606c0f32e5 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/42582 Reviewed-by: Arthur Heymans Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/arch/x86/Makefile.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc index 1a1aa408b1..b5352e7ab5 100644 --- a/src/arch/x86/Makefile.inc +++ b/src/arch/x86/Makefile.inc @@ -288,9 +288,6 @@ endif ifeq ($(CONFIG_GENERATE_PIRQ_TABLE),y) ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/irq_tables.c endif -ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/reset.c),) -ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/reset.c -endif ramstage-libs ?= -- cgit v1.2.3