Makefile (d6ac8cad50f0c0fed5cfeb61301bb19e8e88985c) Makefile (ca1e846711a8f49382005eb5feb82973fa88a849)
1# SPDX-License-Identifier: GPL-2.0
2include ../../../../scripts/Kbuild.include
3include ../../../scripts/Makefile.arch
4include ../../../scripts/Makefile.include
5
6CXX ?= $(CROSS_COMPILE)g++
7
8CURDIR := $(abspath .)

--- 68 unchanged lines hidden (view full) ---

77 test_xdp_vlan.sh
78
79# Compile but not part of 'make run_tests'
80TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
81 flow_dissector_load test_flow_dissector test_tcp_check_syncookie_user \
82 test_lirc_mode2_user xdping test_cpp runqslower bench bpf_testmod.ko \
83 xdpxceiver
84
1# SPDX-License-Identifier: GPL-2.0
2include ../../../../scripts/Kbuild.include
3include ../../../scripts/Makefile.arch
4include ../../../scripts/Makefile.include
5
6CXX ?= $(CROSS_COMPILE)g++
7
8CURDIR := $(abspath .)

--- 68 unchanged lines hidden (view full) ---

77 test_xdp_vlan.sh
78
79# Compile but not part of 'make run_tests'
80TEST_GEN_PROGS_EXTENDED = test_sock_addr test_skb_cgroup_id_user \
81 flow_dissector_load test_flow_dissector test_tcp_check_syncookie_user \
82 test_lirc_mode2_user xdping test_cpp runqslower bench bpf_testmod.ko \
83 xdpxceiver
84
85TEST_CUSTOM_PROGS = urandom_read
85TEST_CUSTOM_PROGS = $(OUTPUT)/urandom_read
86
87# Emit succinct information message describing current building step
88# $1 - generic step name (e.g., CC, LINK, etc);
89# $2 - optional "flavor" specifier; if provided, will be emitted as [flavor];
90# $3 - target (assumed to be file); only file name will be emitted;
91# $4 - optional extra arg, emitted as-is, if provided.
92ifeq ($(V),1)
93Q =

--- 386 unchanged lines hidden ---
86
87# Emit succinct information message describing current building step
88# $1 - generic step name (e.g., CC, LINK, etc);
89# $2 - optional "flavor" specifier; if provided, will be emitted as [flavor];
90# $3 - target (assumed to be file); only file name will be emitted;
91# $4 - optional extra arg, emitted as-is, if provided.
92ifeq ($(V),1)
93Q =

--- 386 unchanged lines hidden ---