9 lines
189 B
Makefile
Executable file
9 lines
189 B
Makefile
Executable file
#
|
|
# Copyright (c) 2016 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com
|
|
#
|
|
# Licensed under GPLv2
|
|
#
|
|
|
|
tsmux-objs := tsmux_dev.o tsmux_reg.o
|
|
obj-$(CONFIG_VIDEO_EXYNOS_TSMUX) += tsmux.o
|