From 407aecafb7c25689638b4f4dd8e60b339b5738ca Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 23 May 2018 08:36:23 +0000 Subject: utility: support all three linking modes (ldso/vrfs/static). --- 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 c3dde46..f847b6c 100644 --- a/project/common.mk +++ b/project/common.mk @@ -1,3 +1,8 @@ +INIT_SRCS = \ + src/init/ntux_init_ldso.c \ + src/init/ntux_init_static.c \ + src/init/ntux_init_vrfs.c \ + DRIVER_SRCS = \ src/driver/ntux_amain.c \ src/driver/ntux_driver_ctx.c \ @@ -24,6 +29,7 @@ APP_SRCS = \ src/ntux.c COMMON_SRCS = \ + $(INIT_SRCS) \ $(DRIVER_SRCS) \ $(INTERNAL_SRCS) \ $(CMD_SRCS) \ -- cgit v1.2.3