summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/xway/profiles/lantiq.mk
blob: 2c24d3c95ed8bff363930c513fdbd09f59fbdac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
define Profile/EASY80920-NOR
  NAME:=EASY80920-NOR
endef

define Profile/EASY80920-NOR/Description
	Lantiq EASY80920 evalkit (NOR)
endef

$(eval $(call Profile,EASY80920-NOR))

define Profile/EASY80920-NAND
  NAME:=EASY80920-NAND
endef

define Profile/EASY80920-NAND/Description
	Lantiq EASY80920 evalkit (NAND)
endef

$(eval $(call Profile,EASY80920-NAND))