-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.uk
More file actions
16 lines (14 loc) · 850 Bytes
/
Makefile.uk
File metadata and controls
16 lines (14 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
# Register with unikraft
################################################################################
$(eval $(call addlib_s,libnunc,$(CONFIG_LIBNUNC)))
################################################################################
# Library includes
################################################################################
CINCLUDES-$(CONFIG_LIBNUNC) += -I$(LIBNUNC_BASE)/include
################################################################################
# Library sources
################################################################################
LIBNUNC_SRCS-$(CONFIG_LIBNUNC_MAIN_FUNCTION) += $(LIBNUNC_BASE)/nunc.c
LIBNUNC_SRCS-$(CONFIG_LIBNUNC) += $(LIBNUNC_BASE)/processor.c
LIBNUNC_SRCS-$(CONFIG_LIBNUNC) += $(LIBNUNC_BASE)/sort.c