summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-src-stellaris-in
blob: a1ed2736355bd2009c7028d1ccb8eb3b23feacac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=fixme

config @PACKAGE@
	bool
	select SW_EK_LM3S3748
	prompt "@package@"
	help
	  FIXME

if @PACKAGE@

config @PACKAGE@_TRUNK
	bool
	prompt "use trunk"
	help
	  Build trunk instead of latest release.

endif