Move malloc_wrappers.c to tests/common

This commit is contained in:
Petteri Aimonen
2014-12-26 17:08:17 +02:00
parent e5cbee84e1
commit 8a28b70351
7 changed files with 10 additions and 7 deletions

View File

@@ -15,3 +15,7 @@ strict.Append(CFLAGS = strict['CORECFLAGS'])
strict.Object("pb_decode.o", "$NANOPB/pb_decode.c")
strict.Object("pb_encode.o", "$NANOPB/pb_encode.c")
strict.Object("pb_common.o", "$NANOPB/pb_common.c")
mw = env.Object("malloc_wrappers.o", "malloc_wrappers.c")
Depends(mw, ["malloc_wrappers_syshdr.h"])