# 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 # Build in the sub dirs "src", "lib", and "pkg" SUBDIR_TARGETS=src lib pkg # Finally, include the rules to make the build system go. include $(BS_ROOT)/rules.mk