| # Makefile for an A2F-Linux project# This project's nameSAMPLE		:= GD32F450_BMC_BaseCode# Custom applcations subdirectories that this project# needs to build. Edit this list as appropriate for your application.CUSTOM_APPS	:= app# Include Make rules applicable to all projectsinclude ../Rules.makeexport SAMPLEexport CUSTOM_APPS
 |