summaryrefslogtreecommitdiff
path: root/Makefile.inc
AgeCommit message (Expand)Author
2017-01-10build: abstract emulation and replace qemu goal with runAnas Nashif
2017-01-10build: use target 'debugserver' for Qemu debuggingAnas Nashif
2017-01-03tests: introduce Makefile.testAnas Nashif
2016-12-14kernel: remove NANOKERNEL and MICROKERNEL configsAnas Nashif
2016-11-12build: Document outputexportsDaniel Thompson
2016-11-10Makefile.inc: fix 'make debugserver' no rule issuejing wang
2016-11-04build: force all kernel builds to be Unified kernelAndrew Boie
2016-10-24board: organize boards based on architectureKumar Gala
2016-09-12win-build: fixes to build with alternative make implementationsJuan Manuel Cruz
2016-09-08kconfig: include configuration fragment files from output directoryInaky Perez-Gonzalez
2016-08-30build: default ARCH to be initialized by the board support codeInaky Perez-Gonzalez
2016-08-27Make outdir board-specific to avoid build collisionsAndy Ross
2016-08-25win-build: Fixes an issue supporting quotesJuan Manuel Cruz
2016-06-30build: Fix application object files placement when building out of treeKumar Gala
2016-06-28build: add 'qemugdb' targetAndrew Boie
2016-06-22build: quote SOURCE_DIR to allow it to be a listKumar Gala
2016-06-22build: make zephyrmake exposed with V=1Kumar Gala
2016-06-14Revert "build: Do not depend on python while creating the relative path"Anas Nashif
2016-05-26scripts: add a script to report RAM/ROM usageAnas Nashif
2016-05-23build: use export to pass CFLAGS to zephyrmakeCaio Marcelo de Oliveira Filho
2016-05-16build: Do not depend on python while creating the relative pathbitpathe
2016-05-16build: add extra dependency for zephyr.lnk and rebuild with new boardsAnas Nashif
2016-05-14build: Add MinGW dependencies in makefileJuan Manuel Cruz
2016-04-25build: generate error if board is not foundAnas Nashif
2016-03-14build: support multiple defconfigs per boardAnas Nashif
2016-02-05build: fix parallel builds of applicationsAnas Nashif
2016-02-05add debug/debugserver supportAnas Nashif
2016-02-05add support for debugserverAnas Nashif
2016-02-05makefile: do not create directories when calling helpAnas Nashif
2016-02-05Add flash support for boards using latest SDKAnas Nashif
2016-02-05mingw: change backslashes to forward slashesYonattan Louise
2016-02-05mingw: Use built-in pwd with -W option for mingw buildsLouise Mendoza
2016-02-05Remove quotation marks form CFLAGS.Louise Mendoza
2016-02-05dequote and strip CONF_FILE variable and minor variable cleanupAnas Nashif
2016-02-05Move defconfig files to the board directoryAnas Nashif
2016-02-05Use BOARD instead of PLATFORM_CONFIGAnas Nashif
2016-02-05qemu: Creation of QEMU specific platformsSergio Rodriguez
2016-02-05build: use realpath instead of readlink -fAnas Nashif
2016-02-05use oldnoconfig and avoid using 'yes'Anas Nashif
2016-02-05kconfig: move all defconfig fragments to configs/Anas Nashif
2016-02-05x86: CLFLUSH and cache line size detectionBenjamin Walsh
2016-02-05kbuild: make menuconfig work with local configurationAnas Nashif
2016-02-05remove nano/micro defconfigs, use 1 file onlyAnas Nashif
2016-02-05build: re-add initconfig to generate .configAnas Nashif
2016-02-05Kbuild: Use DOTCONFIG instead of /.configAnas Nashif
2016-02-05Kbuild: Remove .dir targetAnas Nashif
2016-02-05cleanup Makefile.inc and fixed mergeconfigAnas Nashif
2016-02-05cleanup makefiles and remove duplicationAnas Nashif
2016-02-05kbuild: environmental vars rebuildJuan Manuel Cruz
2016-02-05build: simplify clean targetAnas Nashif