Config.in.endian.default 367 B

123456789101112
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_TARGET_ENDIAN
  4. string
  5. default "little" if ADK_TARGET_LITTLE_ENDIAN
  6. default "big" if ADK_TARGET_BIG_ENDIAN
  7. config ADK_JFFS2_OPTS
  8. string
  9. default "-l" if ADK_TARGET_LITTLE_ENDIAN
  10. default "-b" if ADK_TARGET_BIG_ENDIAN