Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fa8d9c9d1056e9d77ffa494ee4ab00bdcdfc7bc4
/
Makefile.inc
2bc9d69
build: abstract emulation and replace qemu goal with run
by Anas Nashif
· 8 years ago
6d9ed99
build: use target 'debugserver' for Qemu debugging
by Anas Nashif
· 8 years ago
66cfcc2
tests: introduce Makefile.test
by Anas Nashif
· 8 years ago
418058a
kernel: remove NANOKERNEL and MICROKERNEL configs
by Anas Nashif
· 8 years ago
560afde
build: Document outputexports
by Daniel Thompson
· 8 years ago
cea9bb9
Makefile.inc: fix 'make debugserver' no rule issue
by jing wang
· 8 years ago
c2de216
build: force all kernel builds to be Unified kernel
by Andrew Boie
· 8 years ago
8d35760
board: organize boards based on architecture
by Kumar Gala
· 8 years ago
941059c
win-build: fixes to build with alternative make implementations
by Juan Manuel Cruz
· 9 years ago
2748231
kconfig: include configuration fragment files from output directory
by Inaky Perez-Gonzalez
· 9 years ago
93ac1f7
build: default ARCH to be initialized by the board support code
by Inaky Perez-Gonzalez
· 9 years ago
72f00d9
Make outdir board-specific to avoid build collisions
by Andy Ross
· 9 years ago
2bf22ae
win-build: Fixes an issue supporting quotes
by Juan Manuel Cruz
· 9 years ago
23af1e9
build: Fix application object files placement when building out of tree
by Kumar Gala
· 9 years ago
be13e26
build: add 'qemugdb' target
by Andrew Boie
· 9 years ago
86cbc32
build: quote SOURCE_DIR to allow it to be a list
by Kumar Gala
· 9 years ago
5ccf529
build: make zephyrmake exposed with V=1
by Kumar Gala
· 9 years ago
b62b810
Revert "build: Do not depend on python while creating the relative path"
by Anas Nashif
· 9 years ago
6361be2
scripts: add a script to report RAM/ROM usage
by Anas Nashif
· 9 years ago
e450b2d
build: use export to pass CFLAGS to zephyrmake
by Caio Marcelo de Oliveira Filho
· 9 years ago
ae327c6
build: Do not depend on python while creating the relative path
by bitpathe
· 9 years ago
a0cf03b
build: add extra dependency for zephyr.lnk and rebuild with new boards
by Anas Nashif
· 9 years ago
5516bca
build: Add MinGW dependencies in makefile
by Juan Manuel Cruz
· 9 years ago
57605a5
build: generate error if board is not found
by Anas Nashif
· 9 years ago
7bf6ce5
build: support multiple defconfigs per board
by Anas Nashif
· 9 years ago
872676c
build: fix parallel builds of applications
by Anas Nashif
· 9 years ago
a49762c
add debug/debugserver support
by Anas Nashif
· 9 years ago
54634d6
add support for debugserver
by Anas Nashif
· 9 years ago
71d2215
makefile: do not create directories when calling help
by Anas Nashif
· 9 years ago
51be9a5
Add flash support for boards using latest SDK
by Anas Nashif
· 9 years ago
4a2ce3c
mingw: change backslashes to forward slashes
by Yonattan Louise
· 9 years ago
0c3f05b
mingw: Use built-in pwd with -W option for mingw builds
by Louise Mendoza
· 9 years ago
7a2836f
Remove quotation marks form CFLAGS.
by Louise Mendoza
· 9 years ago
9d26ab7
dequote and strip CONF_FILE variable and minor variable cleanup
by Anas Nashif
· 9 years ago
1cfc5b3
Move defconfig files to the board directory
by Anas Nashif
· 9 years ago
c740608
Use BOARD instead of PLATFORM_CONFIG
by Anas Nashif
· 9 years ago
2e2ad81
qemu: Creation of QEMU specific platforms
by Sergio Rodriguez
· 9 years ago
182a646
build: use realpath instead of readlink -f
by Anas Nashif
· 9 years ago
c4ad67d
use oldnoconfig and avoid using 'yes'
by Anas Nashif
· 9 years ago
c47769b
kconfig: move all defconfig fragments to configs/
by Anas Nashif
· 9 years ago
334c14e
x86: CLFLUSH and cache line size detection
by Benjamin Walsh
· 9 years ago
fa2e18b
kbuild: make menuconfig work with local configuration
by Anas Nashif
· 9 years ago
2ce8d30
remove nano/micro defconfigs, use 1 file only
by Anas Nashif
· 9 years ago
f5e3be2
build: re-add initconfig to generate .config
by Anas Nashif
· 9 years ago
fbed1e4
Kbuild: Use DOTCONFIG instead of /.config
by Anas Nashif
· 10 years ago
13a0223
Kbuild: Remove .dir target
by Anas Nashif
· 10 years ago
e80edfc
cleanup Makefile.inc and fixed mergeconfig
by Anas Nashif
· 10 years ago
fde80d7
cleanup makefiles and remove duplication
by Anas Nashif
· 10 years ago
ea0c810
kbuild: environmental vars rebuild
by Juan Manuel Cruz
· 10 years ago
9749357
build: simplify clean target
by Anas Nashif
· 10 years ago
0db074e
build: fixed typo when stripping variable
by Anas Nashif
· 10 years ago
7aa584d
build: Let application specify the defconfig
by Anas Nashif
· 10 years ago
776d5f7
build: fix application build in symlinked environment
by Andrew Boie
· 10 years ago
a9c1163
build: Fix python3 printf syntax
by Arkadiusz Lichwa
· 10 years ago
9132a13
build: HACK fix issue where project objects don't end up in $(O)
by Andrew Boie
· 10 years ago
ca12bbb
fix issue where two outdirs are created
by Andrew Boie
· 10 years ago
c699207
Makefile.inc: fix indentation
by Andrew Boie
· 10 years ago
519351e
Use PLATFORM_CONFIG to specify configuration
by Peter Mitsis
· 10 years ago
5890d1f
kbuild: remove BSP+variant to defconfig mapping
by Peter Mitsis
· 10 years ago
4f9a95f
kbuild: remove BSP_VARIANT Makefile variable
by Andrew Boie
· 10 years ago
27603f4
Revert "Kbuild: Tools build at TIMO_BASE directory."
by Anas Nashif
· 10 years ago
b882377
Rename TIMO -> ZEPHYR
by Anas Nashif
· 10 years ago
815c640
Rename VPF files to use MDEF file extension
by Allan Stephens
· 10 years ago
52c9d87
Kbuild speed and target dependency improvements.
by Juan Manuel Cruz
· 10 years ago
dc2b1f1
Kbuild: Improve verbosity on project build.
by Juan Manuel Cruz
· 10 years ago
6fa99f8
kbuild: Only execute initconfig target once
by Dirk Brandewie
· 10 years ago
427fc58
Kbuild: Fix to distclean target.
by Juan Manuel Cruz
· 10 years ago
4d7f954
Kbuild: Tools build at TIMO_BASE directory.
by Juan Manuel Cruz
· 10 years ago
02085a3
Kbuild: make merge_config less verbose
by Anas Nashif
· 10 years ago
988236f
Kbuild: Output files at outdir directory.
by Juan Manuel Cruz
· 10 years ago
899c1c9
Kbuild: Enables help target from project directory.
by Juan Manuel Cruz
· 10 years ago
6ad9404
Kbuild: Support for BSP_VARIANT
by Juan Manuel Cruz
· 10 years ago
dc5a457
Kbuild: Changing build parameter CONF_OVERLAY to CONF_FILE
by Juan Manuel Cruz
· 10 years ago
1548be0
Kbuild: Fix to pristine target.
by Juan Manuel Cruz
· 10 years ago
a6fc21e
Kbuild: add alias pristine to distclean
by Anas Nashif
· 10 years ago
1537c24
Kbuild: Fix for the parallel building problem.
by Juan Manuel Cruz
· 10 years ago
5fbb5f6
Kbuild: Adding bluetooth sanity checks.
by Juan Manuel Cruz
· 10 years ago
638fb2c
Kbuild: Bluetooth driver support.
by Juan Manuel Cruz
· 10 years ago
28e8db6
Kbuild: also remove qemu.pid
by Anas Nashif
· 10 years ago
0fb0a02
Kbuild: add distclean target
by Anas Nashif
· 10 years ago
0f9fea0
Kbuild: use local CFLAGS
by Anas Nashif
· 10 years ago
eeccfcd
Kbuild: export SOURCE_DIR
by Anas Nashif
· 10 years ago
4acde80
Kbuild: User kernel instead of TiMo
by Anas Nashif
· 10 years ago
da4a29b
Kbuild: clean removes modules.order from src/
by Anas Nashif
· 10 years ago
2bd1e5b
Kbuild: Fix for the clean target.
by Juan Manuel Cruz
· 10 years ago
5c8ff0f
Kbuild: support sources in different directory
by Anas Nashif
· 10 years ago
0b7946b
Kbuild: Additions to Makefile.inc
by Juan Manuel Cruz
· 10 years ago
6327f45
run defconfig if we have no .config
by Anas Nashif
· 10 years ago
c615855
Makefile: run mergeconfig only when needed
by Anas Nashif
· 10 years ago
e44e7ec
mergeconfig by default
by Anas Nashif
· 10 years ago
9e4b2bb
Kbuild: New mergeconfig target.
by Juan Manuel Cruz
· 10 years ago
e7de0f6
Kbuild: QEMU target.
by Juan Manuel Cruz
· 10 years ago
1c8f5a7
Kbuild: Standard output file names.
by Juan Manuel Cruz
· 10 years ago
4ee8a8e
Kbuild Makefile mechanism for samples and projects.
by Juan Manuel Cruz
· 10 years ago