Skip to content

Commit

Permalink
gh #34 updated Makefile for removing the libiarmmgrs-power-hal.so file
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthikeyanR470 committed Feb 20, 2025
1 parent 3059982 commit 07714dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ build: $(SETUP_SKELETON_LIBS)
@echo UT [$@]
make -C ./ut-core framework
make -C ./ut-core test
rm -rf $(BIN_DIR)/lib$(HAL_LIB).so
rm -rf $(ROOT_DIR)/libs/lib$(HAL_LIB).so

#Build against the real library leads to the SOC library dependency also.SOC lib dependency cannot be specified in the ut Makefile, since it is supposed to be common across may platforms. So in order to over come this situation, creating a template skelton library with empty templates so that the template library wont have any other Soc dependency. And in the real platform mount copy bind with the actual library will work fine.
skeleton:
Expand Down

0 comments on commit 07714dc

Please sign in to comment.