mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
6e6a8b5a38
There are a lot of places where sequences of space/tabs are found. Get rid of all spaces before tabs. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
stk1160-y := stk1160-core.o \
|
|
stk1160-v4l.o \
|
|
stk1160-video.o \
|
|
stk1160-i2c.o \
|
|
stk1160-ac97.o
|
|
|
|
obj-$(CONFIG_VIDEO_STK1160) += stk1160.o
|