summaryrefslogtreecommitdiff
path: root/common-settings
diff options
context:
space:
mode:
Diffstat (limited to 'common-settings')
-rw-r--r--common-settings8
1 files changed, 4 insertions, 4 deletions
diff --git a/common-settings b/common-settings
index 000ca69..ea4d18e 100644
--- a/common-settings
+++ b/common-settings
@@ -4,9 +4,9 @@
set -e
-. ./config-DEFAULTS || exit 1
-. ./config-HOST || exit 1
-. ./config-TARGET || exit 1
-. ./config-MANDATED || exit 1
+. ./defaults.cfg || exit 1
+. ./host.cfg || exit 1
+. ./target.cfg || exit 1
+. ./defaults-fixed.cfg || exit 1
exit 0