summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: 0ce1d776803180663798ed8e795c308519dafdfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
firman_SOURCES += \
	src/board.sh \
	src/dist.sh \
	src/flashrom.sh \
	src/main.sh \
	src/rand.sh \
	src/ui.sh

include $(top_srcdir)/src/action/local.mk
include $(top_srcdir)/src/board/local.mk
include $(top_srcdir)/src/dist/local.mk
include $(top_srcdir)/src/ui/local.mk