diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2020-11-18 16:36:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-22 22:25:42 +0000 |
commit | b54212109e71e649cd8c494926d705d1c1657a06 (patch) | |
tree | 96d47fc394940f000c3c3efb755558e96cfbd691 /src | |
parent | 8461cec76c7323103cb1f61bae077d9a2b1d252e (diff) |
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.inc | 2 |
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 f409d1f158..0000000000 --- a/src/cpu/amd/microcode/Makefile.inc +++ /dev/null @@ -1,2 +0,0 @@ -ramstage-y += microcode.c -romstage-y += microcode.c |