From dcb685978a211909b6bdadbfa62b2acfa40cd0ee Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 2 Aug 2022 10:56:26 +0000 Subject: ntux_cmd_aceit(): initial implementation and driver integration. --- project/common.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') diff --git a/project/common.mk b/project/common.mk index 651ec93..77a504a 100644 --- a/project/common.mk +++ b/project/common.mk @@ -6,6 +6,7 @@ INIT_SRCS = \ DRIVER_SRCS = \ src/driver/ntux_amain.c \ src/driver/ntux_driver_ctx.c \ + src/skin/ntux_skin_aceit.c \ src/skin/ntux_skin_chmod.c \ src/skin/ntux_skin_default.c \ src/skin/ntux_skin_spawn.c \ @@ -21,6 +22,7 @@ INTERNAL_SRCS = \ src/internal/ntux_strerr_impl.c \ CMD_SRCS = \ + src/cmds/ntux_cmd_aceit.c \ src/cmds/ntux_cmd_chmod.c \ src/cmds/ntux_cmd_spawn.c \ src/cmds/ntux_cmd_stat.c \ -- cgit v1.2.3