mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-20 18:40:31 +00:00
raspi: add -lrt to fix build
This commit is contained in:
parent
f346f180a4
commit
6c81f8f281
@ -30,6 +30,9 @@ CFLAGS += -g -Wall -Werror \
|
||||
-I$(BTSTACK_ROOT)/chipset/bcm \
|
||||
-I${BTSTACK_ROOT}/3rd-party/tinydir
|
||||
|
||||
# add 'real time' lib for clock_gettime
|
||||
LDFLAGS += -lrt
|
||||
|
||||
VPATH += ${BTSTACK_ROOT}/platform/posix
|
||||
VPATH += ${BTSTACK_ROOT}/platform/embedded
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#define HAVE_MALLOC
|
||||
#define HAVE_POSIX_FILE_IO
|
||||
#define HAVE_BTSTACK_STDIN
|
||||
#define HAVE_POSIX_TIME
|
||||
|
||||
// BTstack features that can be enabled
|
||||
#define ENABLE_BLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user