qemu-arm: Let tinytest.o be built by standard build rules.

This makes sure tinytest.o is rebuilt if any of its dependencies change.
This commit is contained in:
Damien George
2019-12-17 13:18:08 +11:00
parent 0bd7d1f7f0
commit 1e2f751591
3 changed files with 4 additions and 9 deletions

View File

@@ -12,9 +12,8 @@
#include "py/gc.h"
#include "py/mperrno.h"
#include "lib/utils/gchelper.h"
#include "tinytest.h"
#include "tinytest_macros.h"
#include "lib/tinytest/tinytest.h"
#include "lib/tinytest/tinytest_macros.h"
#define HEAP_SIZE (100 * 1024)