move to subfolder

This commit is contained in:
mila@ringwald.ch 2012-01-20 22:53:50 +00:00
parent 13150b29f6
commit 5caa5d6cef
2 changed files with 2 additions and 2 deletions

View File

@ -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