summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-01-25 15:02:32 -0700
committerMartin Roth <martinroth@google.com>2016-01-28 23:26:42 +0100
commit43f16f8dd82e79d15a7bd067e45b0356cd5b3dd6 (patch)
treea0527d6bd9dfda879743720c5f403e3f7b720231
parent23cc9b09c7b5d1d18432b2553e177aa61697b490 (diff)
downloadcoreboot-43f16f8dd82e79d15a7bd067e45b0356cd5b3dd6.tar.gz
src/: give scripts a .sh extension for easy identification
Just rename the two scripts that are in the src/ tree to give them a .sh extension. Since we generally expect files in the src directory to be source files, this allows to identify these as scripts easily. Change-Id: I0ab20a083880370164488d37a752ba2d5a192fdc Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/13432 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
-rwxr-xr-xsrc/mainboard/via/epia-m700/get_dsdt.sh (renamed from src/mainboard/via/epia-m700/get_dsdt)0
-rwxr-xr-xsrc/vendorcode/google/chromeos/build-snow.sh (renamed from src/vendorcode/google/chromeos/build-snow)0
2 files changed, 0 insertions, 0 deletions
diff --git a/src/mainboard/via/epia-m700/get_dsdt b/src/mainboard/via/epia-m700/get_dsdt.sh
index 3a49006155..3a49006155 100755
--- a/src/mainboard/via/epia-m700/get_dsdt
+++ b/src/mainboard/via/epia-m700/get_dsdt.sh
diff --git a/src/vendorcode/google/chromeos/build-snow b/src/vendorcode/google/chromeos/build-snow.sh
index 5767418e9d..5767418e9d 100755
--- a/src/vendorcode/google/chromeos/build-snow
+++ b/src/vendorcode/google/chromeos/build-snow.sh