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 <danny@kdrag0n.dev>
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Danny Lin
2020-11-20 16:37:22 -08:00
committed by Wiktor Rudzki
parent 2bb5b71c7e
commit 2edb023319

View File

@@ -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')\"