1#MIPI_TX_PATH := $(srctree)/product/hiosd/mipi_tx 2 3ARCH_NAME := hi3519av100 4 5cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME) 6 7cflags-y += -I$(srctree)/include 8 9ccflags-y += $(cflags-y) 10HOSTCFLAGS += $(cflags-y) 11CPPFLAGS += $(cflags-y) 12 13obj-y += ./mipi_tx_hal.o 14obj-y += ./mipi_tx.o 15