summaryrefslogtreecommitdiff
path: root/nuttx/Makefile.win
Commit message (Collapse)AuthorAgeFilesLines
* Move commit library targets out of Makefile.unix and Makeifle.win into a new ↵Gregory Nutt2014-09-091-153/+1
| | | | LibTargets.mk
* Don't copy build scripts for kernel build 'make exports'Gregory Nutt2014-09-041-0/+11
|
* In 'make export', do not copy internal header files if this is a kernel buildGregory Nutt2014-09-041-1/+14
|
* 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 ↵Gregory Nutt2014-08-301-1/+3
| | | | a cleaner way
* Separate flat, protected, and kernel mode library selected into separate ↵Gregory Nutt2014-08-301-0/+8
| | | | files. The conditional logic as exceed my able to comprehend and maintain the selections.
* Move Makefile library selections to a separate makefile fragmentGregory Nutt2014-08-301-93/+9
|
* Move Makefile directory selections to a separate makefile fragmentGregory Nutt2014-08-301-91/+6
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-8/+8
| | | | new CONFIG_BUILD_KERNEL
* Trick the top-level makefiles into building the SYSCALL proxy library but ↵Gregory Nutt2014-08-281-1/+2
| | | | then not actually linking with it
* 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 ↵Gregory Nutt2014-08-281-4/+10
| | | | select: CONFIG_LIB_SYSCALL
* Beginning of a crypto/ subsystem from Max NeklyudovGregory Nutt2014-07-031-0/+17
|
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-061-7/+1
| | | | from the NuttX build system
* Fix some errors in the clean target of the windows native buildGregory Nutt2014-02-101-4/+4
|
* Some Windows native build fixesGregory Nutt2014-02-071-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 ↵Gregory Nutt2014-01-161-1/+6
| | | | CONFIG_ARCH_BOARD_CUSTOM is used
* Makefile.win: Native windows build fixes from Max HoltzbergGregory Nutt2014-01-041-13/+15
|
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-3/+27
|
* Add audio/ sub-syste, include/nuttx/audio.h interface, and ↵Gregory Nutt2013-05-191-0/+18
| | | | drivers/audio/vs1053.c driver to NuttX. From Ken Pettit
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-9/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
* Fix some ARMv7-M syscall logicpatacongo2013-03-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5736 42af7a65-404d-4744-a932-0658087f49c3
* With these fixes, the kernel build is basically functional (but there is ↵patacongo2013-03-091-2/+2
| | | | | | more to be done) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-10/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/configure.c and configure.batpatacongo2013-01-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
* Add tools/kconfig.batpatacongo2012-12-221-7/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5450 42af7a65-404d-4744-a932-0658087f49c3
* A few native window build updatespatacongo2012-11-251-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5377 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
* Fix typol in Config.mk that would effect non-Windows buildspatacongo2012-11-181-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5369 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-17/+19
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic build changespatacongo2012-11-161-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
* Simple window natives OS test build now works; Probabaly more to do for ↵patacongo2012-11-141-8/+2
| | | | | | other configs; clean targets still have problems git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
* More native build fixes -- still problems in apps/ directorypatacongo2012-11-141-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5352 42af7a65-404d-4744-a932-0658087f49c3
* Fix some mkdeps.c issues; Incorporate mkdeps.c build in Makefilespatacongo2012-11-131-12/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5343 42af7a65-404d-4744-a932-0658087f49c3
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows ↵patacongo2012-11-111-0/+739
build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3