blob: 26bc8b502b0feaad09b45864cb32db9ce4cd6fc0 (
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))
|