Blame project/common.mk

26e14f
DRIVER_SRCS = \
26e14f
	src/driver/ntux_amain.c \
26e14f
	src/driver/ntux_driver_ctx.c \
26e14f
	src/skin/ntux_skin_default.c \
26e14f
26e14f
INTERNAL_SRCS = \
26e14f
	src/internal/nolibc/ntux_compiler.c \
26e14f
	src/internal/ntux_memfn_impl.c \
26e14f
	src/internal/ntux_nolibc_impl.c \
26e14f
	src/internal/ntux_ntaio_impl.c \
26e14f
26e14f
APP_SRCS = \
26e14f
	src/ntux.c
26e14f
26e14f
COMMON_SRCS = \
26e14f
	$(DRIVER_SRCS)      \
26e14f
	$(INTERNAL_SRCS)    \