blob: 5b4edd6075d58652a90e92f8df86c99d54af0692 (
plain)
1
2
3
4
5
6
7
8
9
10
|
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))
|