From f3d5e0453751c9d4bcaa62259637901d8b59285a Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 May 2018 23:57:55 +0000 Subject: ntux_cmd_stat(): initial implementation and integration. --- project/common.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index 1be73a6..4790bc0 100644 --- a/project/common.mk +++ b/project/common.mk @@ -11,6 +11,9 @@ INTERNAL_SRCS = \ src/internal/ntux_ntaio_impl.c \ src/internal/ntux_strerr_impl.c \ +CMD_SRCS = \ + src/cmds/ntux_cmd_stat.c \ + OUTPUT_SRCS = \ src/output/ntux_output_error.c \ @@ -20,4 +23,5 @@ APP_SRCS = \ COMMON_SRCS = \ $(DRIVER_SRCS) \ $(INTERNAL_SRCS) \ + $(CMD_SRCS) \ $(OUTPUT_SRCS) \ -- cgit v1.2.3