This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
0d63b2eada
zephyr
/
tests
/
kernel
/
test_mutex
/
src
/
Makefile
4 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: Remove PROJECTINCLUDE from application makefiles PROJECTINCLUDE is not required in app makefiles. Change-Id: I3751b7c51c453dfe47d207bb11d171138668c4e7 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-07 04:40:13 +08:00
ccflags-y
+=
-I
${
srctree
}
/samples/include
Kbuild: Test Makefiles This commit adds Makefiles for each sample test in the project. The Makefiles integrate the test samples into the Kbuild system. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I8d84756836c1f7d00dc823d7ff76334c75304d66
2015-04-30 06:16:20 +08:00
samples/microkernel: recursive mutex testing using in-file mutex Enhances the existing microkernel mutex test project to verify that recursive mutex locking works properly. The implementation utilizes the new in-file defined mutexes to demonstrate that this capability also works. [DL: Update the original patch from Allan Stephens @ https://oic-review.01.org/gerrit/3256 to utilize the new interface. Also updated the commit message. ] Change-Id: Iaf8b4a5cd97d1dce53d6134a978cc565279d038c Signed-off-by: Daniel Leung <daniel.leung@intel.com> Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2015-06-23 23:52:12 +08:00
obj-y
=
mutex.o task50.o