- # Makefile for an A2F-Linux project
- # This project's name
- SAMPLE := 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 projects
- include ../Rules.make
- export SAMPLE
- export CUSTOM_APPS
|