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