blob: f6ded85440399412d34d7c847e1a7ca27048b18a (
plain)
1
2
3
4
5
6
7
8
9
|
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))
|