7 lines
122 B
Makefile
7 lines
122 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
# Makefile for net selftests
|
||
|
|
|
||
|
|
TEST_PROGS := dev_addr_lists.sh
|
||
|
|
|
||
|
|
include ../../../lib.mk
|