Compile against package library

I made a package for libserialport , and I'm trying to compile another package using the libserialport.so library.
I am about to write rules for every target system

INCLUDES += -I$(STAGING_DIR)/root-x86/usr/lib
INCLUDES += -I$(STAGING_DIR)/root-mvebu/usr/lib/

Is there a variable for the root staging directory?