Skip to content

Commit

Permalink
duos: aic8800_fdrv add CONFIG_PLATFORM_CVITEK
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Jan 20, 2024
1 parent c49a168 commit 543e96f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ CONFIG_PLATFORM_ROCKCHIP2 ?= n
CONFIG_PLATFORM_ALLWINNER ?= n
CONFIG_PLATFORM_INGENIC_T20 ?= n
CONFIG_PLATFORM_AMLOGIC ?= n
CONFIG_PLATFORM_UBUNTU ?= y
CONFIG_PLATFORM_UBUNTU ?= n
CONFIG_PLATFORM_CVITEK ?= y

ccflags-y += -DAIC_TRACE_INCLUDE_PATH=$(src)

Expand Down Expand Up @@ -364,6 +365,11 @@ ARCH ?= x86_64
CROSS_COMPILE ?=
endif

ifeq ($(CONFIG_PLATFORM_CVITEK), y)
ARCH ?= riscv
#CROSS_COMPILE ?=
ccflags-$(CONFIG_PLATFORM_CVITEK) += -DCONFIG_PLATFORM_CVITEK
endif

all: modules
modules:
Expand Down

0 comments on commit 543e96f

Please sign in to comment.