From ed03aae9ed6f49bfdf5ebe3b0b5a031a7424ae87 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Tue, 16 Feb 2021 11:06:11 +0100 Subject: [PATCH] [apps] Fixed missing dynamically-generated dependency --- apps/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/Makefile b/apps/Makefile index ef4ee2b76..443dc3b63 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -87,6 +87,8 @@ $(eval $(call depends_on_image,apps/title_bar_view.cpp,apps/exam_icon.png)) $(call object_for,$(apps_src) $(tests_src)): $(BUILD_DIR)/apps/i18n.h $(call object_for,$(apps_src) $(tests_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.generated.h +$(call object_for,$(apps_src)): $(BUILD_DIR)/apps/home/apps_layout.h + apps_tests_src = $(app_calculation_test_src) $(app_code_test_src) $(app_graph_test_src) $(app_probability_test_src) $(app_regression_test_src) $(app_sequence_test_src) $(app_shared_test_src) $(app_statistics_test_src) $(app_settings_test_src) $(app_solver_test_src) apps_tests_src += $(addprefix apps/,\