Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47718 )
Change subject: cpu/amd/microcode: Remove dead Makefile ......................................................................
cpu/amd/microcode: Remove dead Makefile
Change-Id: If9d1e28ac50b8ca227b2c09dbbfdd3c9b60aca6a Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/47718 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- D src/cpu/amd/microcode/Makefile.inc 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/cpu/amd/microcode/Makefile.inc b/src/cpu/amd/microcode/Makefile.inc deleted file mode 100644 index f409d1f..0000000 --- a/src/cpu/amd/microcode/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -ramstage-y += microcode.c -romstage-y += microcode.c