summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-11-18 16:36:07 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-22 22:25:42 +0000
commitb54212109e71e649cd8c494926d705d1c1657a06 (patch)
tree96d47fc394940f000c3c3efb755558e96cfbd691 /src
parent8461cec76c7323103cb1f61bae077d9a2b1d252e (diff)
downloadcoreboot-b54212109e71e649cd8c494926d705d1c1657a06.tar.gz
coreboot-b54212109e71e649cd8c494926d705d1c1657a06.tar.bz2
coreboot-b54212109e71e649cd8c494926d705d1c1657a06.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/cpu/amd/microcode/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/microcode/Makefile.inc b/src/cpu/amd/microcode/Makefile.inc
deleted file mode 100644
index f409d1f158f0..000000000000
--- a/src/cpu/amd/microcode/Makefile.inc
+++ /dev/null
@@ -1,2 +0,0 @@
-ramstage-y += microcode.c
-romstage-y += microcode.c