diff options
Diffstat (limited to 'src/user/test/Makefile')
-rw-r--r-- | src/user/test/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/test/Makefile b/src/user/test/Makefile new file mode 100644 index 0000000..5c8464a --- /dev/null +++ b/src/user/test/Makefile @@ -0,0 +1,6 @@ +Obj = main.o +Out = test.elf + +include $(SrcPath)/user/app_common.make + +LDFLAGS += -Map test.map |