6 lines
127 B
Makefile
6 lines
127 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-$(CONFIG_INET_PSP) += psp.o
|
|
|
|
psp-y := psp_main.o psp_nl.o psp_sock.o psp-nl-gen.o
|