Merge "Configure CONFIG_ARCH to enable compilation" into audio-drivers.lnx.3.0

This commit is contained in:
Linux Build Service Account
2018-05-21 13:50:24 -07:00
committed by Gerrit - the friendly Code Review server
9 changed files with 16 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -34,7 +34,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -28,7 +28,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -31,7 +31,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -21,7 +21,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -29,7 +29,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -30,7 +30,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h

View File

@@ -19,6 +19,9 @@ endif
ifeq ($(CONFIG_ARCH_SM8150), y) ifeq ($(CONFIG_ARCH_SM8150), y)
TARGET_KERNEL_VERSION := 4.14 TARGET_KERNEL_VERSION := 4.14
endif endif
ifeq ($(CONFIG_ARCH_SM6150), y)
TARGET_KERNEL_VERSION := 4.14
endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y) ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
TARGET_KERNEL_VERSION := 4.14 TARGET_KERNEL_VERSION := 4.14
@@ -46,6 +49,11 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf
export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif
ifeq ($(CONFIG_ARCH_SM8150), y) ifeq ($(CONFIG_ARCH_SM8150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export

View File

@@ -34,7 +34,7 @@ ifeq ($(KERNEL_BUILD), 0)
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h
endif endif
ifeq ($(CONFIG_ARCH_SDM640), y) ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf include $(AUDIO_ROOT)/config/sm8150auto.conf
export export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h