8 lines
166 B
Makefile
8 lines
166 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the framer drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_GENERIC_FRAMER) += framer-core.o
|
|
obj-$(CONFIG_FRAMER_PEF2256) += pef2256/
|