• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#MIPI_TX_PATH := $(srctree)/product/hiosd/mipi_tx
2
3ARCH_NAME := hi3559av100
4
5cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)
6cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/include
7cflags-y += -I$(srctree)/product/hiosd/mipi_tx/$(ARCH_NAME)/hal
8
9cflags-y     += -I$(srctree)/include
10
11ccflags-y  += $(cflags-y)
12HOSTCFLAGS += $(cflags-y)
13CPPFLAGS   += $(cflags-y)
14
15obj-y += ./mipi_tx_hal.o
16obj-y += ./mipi_tx.o
17