# system settings include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt ############################### # these are project specific # package info include build/package.txt # special settings ifdef USRCONFIG include $(USRCONFIG) endif # package specific make stuff ifdef USRMAKE include $(USRMAKE) endif ############################## # platform-specific make stuff include $(BUILDPATH)$(PLATFORM)/$(RTSYS)/make-$(COMPILER).inc # general make stuff include $(BUILDPATH)$(PLATFORM)/make-$(COMPILER).inc