Config.e1 428 B

123456789101112131415161718192021222324252627282930
  1. # For a description of the syntax of this configuration file,
  2. # see extra/config/Kconfig-language.txt
  3. #
  4. config HAVE_ELF
  5. select ARCH_HAS_NO_MMU
  6. select ARCH_HAS_NO_FPU
  7. select ARCH_HAS_C_SYMBOL_PREFIX
  8. bool
  9. default n
  10. config TARGET_ARCH
  11. default "e1"
  12. config ARCH_E1
  13. bool
  14. default y
  15. config ARCH_CFLAGS
  16. string
  17. default "-I$(KERNEL_SOURCE)/include -mgnu-param"
  18. config ARCH_LDFLAGS
  19. string
  20. config LIBGCC_CFLAGS
  21. string