From 070e79ea926795738d0cb744afa1673d285d7dfd Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 22 Apr 2019 19:04:02 -0600 Subject: [PATCH] soc/amd/picasso: Rename makefile.inc back to Makefile.inc Now that the Makefile is updated, we can change the name back without it affecting the Stoney build. TEST=None BUG=b:130804851 Signed-off-by: Martin Roth Change-Id: I18ee48865fb64265f38179560265827783d50820 Reviewed-on: https://review.coreboot.org/c/coreboot/+/32411 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel Reviewed-by: Edward O'Callaghan Reviewed-by: HAOUAS Elyes --- src/soc/amd/picasso/{makefile.inc => Makefile.inc} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/soc/amd/picasso/{makefile.inc => Makefile.inc} (100%) diff --git a/src/soc/amd/picasso/makefile.inc b/src/soc/amd/picasso/Makefile.inc similarity index 100% rename from src/soc/amd/picasso/makefile.inc rename to src/soc/amd/picasso/Makefile.inc