Skip to content

Commit

Permalink
Add missing module_wind_mav.o dep to module_physics_init.o (#1999)
Browse files Browse the repository at this point in the history
TYPE: bug

KEYWORDS: make, dependency

SOURCE: internal

DESCRIPTION OF CHANGES:
Problem:
PR #1944 adds module_wind_mav to module_physics_init, but does not update the main/depend.common file to add the dependency during compilation

Solution:
Add module_wind_mav.o as a dependency to module_physics_init.o in the main/depend.common file

ISSUE:
Fixes comment noted in #1944

LIST OF MODIFIED FILES:
M main/depend.common

TESTS CONDUCTED:
- Local compilation in single job mode -j 1 should work now.
- It passed regression tests.
  • Loading branch information
islas authored Jan 31, 2024
1 parent 240c6f3 commit 9b08bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/depend.common
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ module_physics_init.o: \
module_cam_mp_modal_aero_initialize_data_phys.o \
module_cam_support.o \
module_wind_fitch.o \
module_wind_mav.o \
module_gocart_coupling.o \
module_data_gocart_dust.o \
../frame/module_state_description.o \
Expand Down

0 comments on commit 9b08bf2

Please sign in to comment.