summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.unix
Commit message (Expand)AuthorAgeFilesLines
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ...Gregory Nutt2014-09-091-153/+1
* Don't copy build scripts for kernel build 'make exports'Gregory Nutt2014-09-041-1/+8
* In 'make export', do not copy internal header files if this is a kernel buildGregory Nutt2014-09-041-1/+18
* In the kernel build, only the user libraries should be exported.Gregory Nutt2014-09-041-2/+11
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-301-1/+3
* Separate flat, protected, and kernel mode library selected into separate file...Gregory Nutt2014-08-301-1/+8
* Move Makefile library selections to a separate makefile fragmentGregory Nutt2014-08-301-89/+4
* Move Makefile directory selections to a separate makefile fragmentGregory Nutt2014-08-301-94/+11
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-8/+8
* Trick the top-level makefiles into building the SYSCALL proxy library but the...Gregory Nutt2014-08-281-1/+2
* Fix syscall library selection in top-level MakefilesGregory Nutt2014-08-281-0/+3
* The system call library can now be built with CONFIG_NUTTX_KERNEL. New selec...Gregory Nutt2014-08-281-4/+10
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+17
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Top level make will now generate a U-Boot uImage fileGregory Nutt2014-04-011-1/+9
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-061-14/+1
* configs/c5471evm/nettest converted use kconfig-frontends. C5471 build updatedGregory Nutt2014-03-031-1/+1
* Purely cosmetic updates to release notes and Makfile commentsGregory Nutt2014-01-301-8/+7
* You can again specify the default board sub-directory when CONFIG_ARCH_BOARD_...Gregory Nutt2014-01-161-1/+6
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-3/+27
* Use kconfig-qconf or kconfig-gconfig if they are availableGregory Nutt2013-11-161-0/+6
* Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs10...Gregory Nutt2013-05-191-0/+18
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-9/+25
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-1/+1
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-2/+2
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-10/+21
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-3/+3
* STM32 FLASH pre-fetch is no long enabled unless it is so configuredpatacongo2012-11-261-3/+3
* A few native window build updatespatacongo2012-11-251-6/+6
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-15/+15
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-7/+16
* Mostly cosmetic build changespatacongo2012-11-161-5/+5
* Add tools/incdir.bat; Rename top-level Makefile to Makefile.unixpatacongo2012-11-131-0/+740