mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2024-11-19 13:27:49 +00:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
#
|
|
# Makefile for misc devices that really don't fit anywhere else.
|
|
#
|
|
|
|
obj-$(CONFIG_MTK_LENS) += main/
|
|
obj-$(CONFIG_MTK_LENS) += main2/
|
|
obj-$(CONFIG_MTK_LENS) += main3/
|
|
obj-$(CONFIG_MTK_LENS) += sub/
|
|
obj-$(CONFIG_MTK_LENS) += sub2/
|
|
|