Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nios2: enable "make defconfig" | Paul Bolle | 2014-12-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | Running "make defconfig" currently fails for nios2: $ make ARCH=nios2 defconfig scripts/kconfig/conf --defconfig Kconfig *** *** Can't find default configuration "arch/nios2/defconfig"! *** make[1]: *** [defconfig] Error 1 make: *** [defconfig] Error 2 Add a definition for KBUILD_DEFCONFIG to the nios2's main Makefile to enable this make target. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Ley Foon Tan <lftan@altera.com> | ||||
* | nios2: Build infrastructure | Ley Foon Tan | 2014-12-08 | 1 | -0/+73 |
This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com> |