Config.in.endian.default 364 B

123456789101112131415161718
  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_big
  4. boolean
  5. config ADK_little
  6. boolean
  7. config ADK_TARGET_ENDIAN
  8. string
  9. default "little" if ADK_little
  10. default "big" if ADK_big
  11. config ADK_JFFS2_OPTS
  12. string
  13. default "-l" if ADK_little
  14. default "-b" if ADK_big