Revision e1a8d38a17ce68776c313f0960f530371418c428 authored by Hans Verkuil on 26 June 2020, 13:15:24 UTC, committed by Rich Felker on 15 August 2020, 02:05:12 UTC
Drop all configs with the CONFIG_SOC_CAMERA prefix since those
have been removed.

SOC_CAMERA support for the sh architecture was removed a long time ago.
Drop it from the configs.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Rich Felker <dalias@libc.org>
1 parent c0735ae
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux LAPB layer.
#

obj-$(CONFIG_LAPB) += lapb.o

lapb-y := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
back to top