From 2edb023319b80af3384f5d174cd7887afba77658 Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Fri, 20 Nov 2020 16:37:22 -0800 Subject: [PATCH] techpack: audio: tfa98xx: Remove build timestamps These are causing parts of techpack/audio to get rebuilt on every build for no reason. Change-Id: I7277990029db410473265570914e312b08d71009 Signed-off-by: Danny Lin Signed-off-by: Juhyung Park --- techpack/audio/asoc/codecs/tfa98xx/Kbuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/techpack/audio/asoc/codecs/tfa98xx/Kbuild b/techpack/audio/asoc/codecs/tfa98xx/Kbuild index 1a51be4b8748..ca442ca44cab 100644 --- a/techpack/audio/asoc/codecs/tfa98xx/Kbuild +++ b/techpack/audio/asoc/codecs/tfa98xx/Kbuild @@ -110,5 +110,3 @@ endif # Module information used by KBuild framework obj-$(CONFIG_SND_SOC_TFA98XX) += 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')\"