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
ab5f6de4af
zephyr
/
ext
/
Makefile
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
ext: move tinycrypt to ext/lib Tinycrypt is maintained at github and thus should be treated as an external library and hosted under ext/. Change-Id: I4c4a3bcdacf01d4922919e5ea1f9dec21a19cd37 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-29 02:41:55 +08:00
i
n
c
l
u
d
e
$(
srctree
)
/
e
x
t
/
l
i
b
/
M
a
k
e
f
i
l
e
ext: include headers based on HAL being used For CMSIS we now have HAS_CMSIS which needs to be added to the SoC definition. Instead of changing the main Makefile we now include a sub-Makefile with all related header and library paths that are hosted in ext/ Move redifintion of LIB_INCLUDE_DIR later to get variables defined in Makefile.toolchain.* Change-Id: I9f90f90247c2a66b4565427b89d4e1d4dd5c9622 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-05-25 21:03:33 +08:00
i
n
c
l
u
d
e
$(
srctree
)
/
e
x
t
/
h
a
l
/
M
a
k
e
f
i
l
e