2
0

00-default.mk 239 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. define Profile/Default
  3. NAME:=Default Profile
  4. PRIORITY:=1
  5. endef
  6. define Profile/Default/Description
  7. Default package set compatible with most P1020 boards.
  8. endef
  9. $(eval $(call Profile,Default))