# The source root of this component COMPONENT_ROOT=../.. # The root of the build system BS_ROOT=$(COMPONENT_ROOT)/../build3 # Boostrap Build system definitions. include $(BS_ROOT)/defines.mk # Finally, include the rules to make the build system go. include $(BS_ROOT)/rules.mk