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
49885879f2
zephyr
/
net
/
Makefile
3 lines
68 B
Makefile
Raw
Normal View
History
Unescape
Escape
Kbuild: Bluetooth driver support. This commit adds the Makefile and Kconfig files to support the bluetooth driver in the Kbuild system. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I1f72b13aca8fb098eece04c4f0e1b680639b520f
2015-05-11 10:52:56 +08:00
obj-$(CONFIG_BLUETOOTH)
=
bluetooth/
net: Add kconf for networking Change-Id: Id956b7debe4564613007d934636501c98ba1851d Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2015-04-17 20:07:29 +08:00
obj-$(CONFIG_NETWORKING)
=
ip/