9b321bc60d
Re-Add support for the Amazon-SE subtarget on Lantiq. Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
9 lines
189 B
Makefile
9 lines
189 B
Makefile
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))
|