Makefile 333 B

1234567891011121314
  1. # Makefile for an A2F-Linux project
  2. # This project's name
  3. SAMPLE := gd32450i-eval
  4. # Custom applcations subdirectories that this project
  5. # needs to build. Edit this list as appropriate for your application.
  6. CUSTOM_APPS := app
  7. # Include Make rules applicable to all projects
  8. include ../Rules.make
  9. export SAMPLE
  10. export CUSTOM_APPS