From da20d860b28d7b3c1085964b784f58772c7ba263 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 May 2018 21:59:12 +0000 Subject: driver & output: error info vector, error strings: initial implementation. --- project/common.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk index c1491b3..1be73a6 100644 --- a/project/common.mk +++ b/project/common.mk @@ -5,9 +5,14 @@ DRIVER_SRCS = \ INTERNAL_SRCS = \ src/internal/nolibc/ntux_compiler.c \ + src/internal/ntux_errinfo_impl.c \ src/internal/ntux_memfn_impl.c \ src/internal/ntux_nolibc_impl.c \ src/internal/ntux_ntaio_impl.c \ + src/internal/ntux_strerr_impl.c \ + +OUTPUT_SRCS = \ + src/output/ntux_output_error.c \ APP_SRCS = \ src/ntux.c @@ -15,3 +20,4 @@ APP_SRCS = \ COMMON_SRCS = \ $(DRIVER_SRCS) \ $(INTERNAL_SRCS) \ + $(OUTPUT_SRCS) \ -- cgit v1.2.3