00-default.mk 205 B

123456789
  1. define Profile/Default
  2. NAME:=Default Profile (all drivers)
  3. PRIORITY := 1
  4. endef
  5. define Profile/Default/Description
  6. Default package set compatible with most boards.
  7. endef
  8. $(eval $(call Profile,Default))