summaryrefslogtreecommitdiff
path: root/include/system_conf.h
blob: 4e1c271e20d8c47cf254a3a4c6f3f1817d47c813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if defined(HEADER_WARNING)
#warning "This header should not be included directly."
#endif


#if defined(__rtems_lm32_lm32_evr__)
#  include <lm32/lm32_evr/system_conf.h>
#elif defined(__rtems_lm32_lm32_evr_gdbsim__)
#  include <lm32/lm32_evr_gdbsim/system_conf.h>
#elif defined(__rtems_lm32_milkymist__)
#  include <lm32/milkymist/system_conf.h>
#else
#  error "__rtems_<arch>_<bsp>__ must be defined, for example: __rtems_sparc_erc32__"
#endif