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
3589695508
zephyr
/
samples
/
bluetooth
/
test_bluetooth
/
Makefile
4 lines
63 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use ccflags-y and asflags-y instead of EXTRA_CFLAGS According to section 3.7 of Documentation/kbuild/makefiles.txt, using EXTRA_CFLAGS in Makefiles is "still supported but their usage is deprecated." However, using make EXTRA_CFLAGS="-DSOMETHING" results in EXTRA_CFLAGS from Makefiles being overwritten, obviously breaking the build. This patch converts to them to the newer ccflags-y which also fixes the problem. Change-Id: I6309439599d4c9cc184f9ecd941bde841982ef07 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-06-04 10:17:57 +08:00
ccflags-y
+=
-I
${
srctree
}
/samples/include
Kbuild: Adding bluetooth sanity checks. This commit adds the Makefiles to add sanity checks for the bluetooth driver. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Iadfe6eb2662347a981393ffeb3e343f32c5f67f0
2015-05-11 10:57:53 +08:00
obj-y
=
bluetooth.o