Skip to content

Commit

Permalink
Makefike: Add minimal sources for full compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Jan 3, 2021
1 parent 477241f commit cc36bcf
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Makefile.uk
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,21 @@ LIBIPERF3SRCS-$(CONFIG_LIBIPERF3_MAIN_FUNCTION) += $(LIBIPERF3_BASE)/main.c|unik
################################################################################
# Library sources
################################################################################
# LIBIPERF3_SRCS-y += # Include source files here
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/main.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/cjson.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_api.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_error.c
# LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_auth.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_client_api.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_locale.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_server_api.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_tcp.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_udp.c
# LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_sctp.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_util.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/iperf_time.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/dscp.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/net.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/tcp_info.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/timer.c
LIBIPERF3_SRCS-y += $(LIBIPERF3_SRC)/units.c

0 comments on commit cc36bcf

Please sign in to comment.