12 lines
93 B
Makefile
Executable File
12 lines
93 B
Makefile
Executable File
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
|
|
ifdef CONFIG_PDL_BUILD
|
|
|
|
obj-y += pdl.o
|
|
|
|
endif
|
|
|