Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f07b749a authored by Danny Lin's avatar Danny Lin Committed by Akshay Kakatkar
Browse files

techpack: audio: Remove build timestamps



These are causing parts of techpack/audio to get rebuilt on every build
for no reason.

Signed-off-by: default avatarDanny Lin <danny@kdrag0n.dev>
parent b4bfd257
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -286,6 +286,3 @@ machine_dlkm-y := $(MACHINE_OBJS)

obj-$(CONFIG_SND_SOC_CPE) += cpe_lsm_dlkm.o
cpe_lsm_dlkm-y := $(CPE_LSM_OBJS)

# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
+0 −3
Original line number Diff line number Diff line
@@ -267,6 +267,3 @@ mbhc_dlkm-y := $(MBHC_OBJS)

obj-$(CONFIG_SND_SOC_MSM_HDMI_CODEC_RX) += hdmi_dlkm.o
hdmi_dlkm-y := $(HDMICODEC_OBJS)

# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
+0 −3
Original line number Diff line number Diff line
@@ -115,6 +115,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_AQT1000) += aqt1000_cdc_dlkm.o
aqt1000_cdc_dlkm-y := $(AQT1000_CDC_OBJS)

# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
+0 −3
Original line number Diff line number Diff line
@@ -154,6 +154,3 @@ tx_macro_dlkm-y := $(TX_OBJS)

obj-$(CONFIG_RX_MACRO) += rx_macro_dlkm.o
rx_macro_dlkm-y := $(RX_OBJS)

# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
+0 −3
Original line number Diff line number Diff line
@@ -100,6 +100,3 @@ endif
# Module information used by KBuild framework
obj-$(CONFIG_SND_SOC_CSRA66X0) += csra66x0_dlkm.o
csra66x0_dlkm-y := $(CSRA66X0_OBJS)

# inject some build related information
DEFINES += -DBUILD_TIMESTAMP=\"$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')\"
Loading