audio: asoc: remove build timestamp

Change-Id: I04575455ace857e8c19a6170a02fa0e3c7332f98
This commit is contained in:
Cosmin Tanislav 2021-09-14 21:56:49 +03:00 committed by Giovanni Ricca
parent 1e5c736793
commit 26a9de9302
No known key found for this signature in database
5 changed files with 0 additions and 14 deletions

View File

@ -116,5 +116,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_AW88263S) += aw882xx_dlkm.o
aw882xx_dlkm-y := $(AW882XX_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"

View File

@ -105,6 +105,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_CS35L41) += cs35l41_dlkm.o
cs35l41_dlkm-y := $(CS35L41_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"

View File

@ -105,6 +105,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_CS35L45) += cs35l45_dlkm.o
cs35l45_dlkm-y := $(CS35L45_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"

View File

@ -119,5 +119,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_TFA9874) += tfa98xx_dlkm.o
tfa98xx_dlkm-y := $(TFA98XX_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"

View File

@ -43,7 +43,3 @@ INCS += kernel/msm-5.4/drivers/iio
obj-$(CONFIG_MIUS_IIO) += us_prox_iio.o
us_prox_iio-y := $(MIUS_IIO_OBJS)
# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"