summaryrefslogtreecommitdiff
path: root/common-settings
blob: 000ca69d7ccb487a465080b0f56736bc6ce9e989 (plain)
  1. #!/bin/sh
  2. # Load settings
  3. set -e
  4. . ./config-DEFAULTS || exit 1
  5. . ./config-HOST || exit 1
  6. . ./config-TARGET || exit 1
  7. . ./config-MANDATED || exit 1
  8. exit 0