Skip to content

Commit

Permalink
Makefile.features: add doc on CPU/CPU_MODEL definition in board
Browse files Browse the repository at this point in the history
Describe the ongoing migration.

Part of moving CPU/CPU_MODEL definition to Makefile.features to have it
available before Makefile.include.
  • Loading branch information
cladmi committed Jul 1, 2019
1 parent 168cb62 commit 3125d6f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile.features
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# Process FEATURES variables
#
# The board/board common are responsible for defining the CPU and CPU_MODEL
# variables in their Makefile.features.
# This makes them available when setting features based on CPU_MODEL in the cpu
# Makefile.features and also during dependency resolution.

# Transition:
# Moving 'CPU/CPU_MODEL' to Makefile.features is an ongoing work and may not
# reflect the state of all boards for the moment.

include $(RIOTBOARD)/$(BOARD)/Makefile.features

Expand Down

0 comments on commit 3125d6f

Please sign in to comment.