Static library that uses another static library (i.e. PHAL)

I'm building my gfx static library. Is it possible to build static library that uses another static library (for i.e. PHAL)? I need to have only one static library that contains my code and code of another static lubrary. After that I'm going to use only one static library I built.