diff options
Diffstat (limited to 'os/Makefile')
-rw-r--r-- | os/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile index 42a553c..453c8d1 100644 --- a/os/Makefile +++ b/os/Makefile @@ -7,7 +7,7 @@ include config.mk include $(ROOTDIR)/FreeRTOS/config.mk include $(ROOTDIR)/arch/config.mk -TARGET_SRCS = src/init.c src/sbrk.c src/sprintf.c src/malloc.c src/free.c src/fclose.c src/read.c src/lseek.c src/write.c src/close.c +TARGET_SRCS = src/init.c src/sbrk.c src/sprintf.c src/malloc.c src/free.c src/fclose.c src/read.c src/lseek.c src/write.c src/close.c src/osdebug.c include $(ROOTDIR)/target-rules.mk |