mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00:00

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
|