nios2: basic build, non-functional
Basic build framework for Nios2. Everything is stubbed out, we just want to have a build going so that we can start to parallelize implementation tasks. This patch is not intended to be functional, but should be able to produce a binary for all the nanokernel-based sanity checks. Change-Id: I12dd8ca4a2273f7662bee46175822c9bbd99202a Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
6a578ad14f
commit
9433895954
43 changed files with 1275 additions and 0 deletions
|
@ -39,6 +39,8 @@
|
|||
/* Nothing yet to include */
|
||||
#elif defined(CONFIG_ARC)
|
||||
/* Nothing yet to include */
|
||||
#elif defined(CONFIG_NIOS2)
|
||||
/* Nothing yet to include */
|
||||
#else
|
||||
#error Arch not supported.
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue