mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
move to subfolder
This commit is contained in:
parent
13150b29f6
commit
5caa5d6cef
@ -1,9 +1,9 @@
|
||||
CC=g++
|
||||
|
||||
CPPFLAGS= -g -I. -I../include -I../src -I$(CPPUTEST_HOME)/include
|
||||
CPPFLAGS= -g -I.. -I../../include -I../../src -I$(CPPUTEST_HOME)/include
|
||||
LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest -lCppUTestExt
|
||||
|
||||
VPATH=../src
|
||||
VPATH=../../src
|
||||
|
||||
OBJ = memory_pool.o remote_device_db_memory_test.o remote_device_db_memory.o btstack_memory.o linked_list.o
|
||||
|
Loading…
Reference in New Issue
Block a user