Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/native_simulator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ NSI_OPT?=-O0
NSI_WARNINGS?=-Wall -Wpedantic
# Preprocessor flags
NSI_CPPFLAGS?=-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED
NSI_CPPFLAGS+=-I/usr/include/x86_64-linux-gnu

NO_PIE_CO:=-fno-pie -fno-pic
DEPENDFLAGS:=-MMD -MP
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ manifest:
- hal
- name: hostap
path: modules/lib/hostap
revision: 0798bf0faff40919bd577f1c8f75a2f9baae6299
revision: pull/105/head
- name: liblc3
revision: 48bbd3eacd36e99a57317a0a4867002e0b09e183
path: modules/lib/liblc3
Expand Down
Loading