Skip to content
Snippets Groups Projects
Commit aa8aaa9b authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Add lib dir to Makefile

parent 6c3bb92b
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ $(USER_DYNLIB) : $(USER_OBJ)
$(LLI_DYNLIB) : $(ECS_OBJ) $(MINIPODS_OBJ)
@echo "Construction of dynamic LLI technical Library for V2"
# with locally built ecs library
mkdir -p lib
$(CC) -o $(LIB_DIR)$(LLI_DYNLIB) -shared $(ECS_OBJ) $(PLL_OBJ) $(MINIPODS_OBJ) -L $(PCIE40_DYN_LIB) -lpcie40_ecs
# with rpm installed ecs library
# $(CC) -o $(LIB_DIR)$(LLI_DYNLIB) -shared $(ECS_OBJ) $(MINIPODS_OBJ) -lpcie40_ecs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment