summaryrefslogtreecommitdiffstats
path: root/ubi/Makefile.am.include
blob: 2e5b6e50e1fbfb5b9e30e9032c01719e903c3b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
openpower_update_manager_SOURCES += \
	%reldir%/activation_ubi.cpp \
	%reldir%/item_updater_ubi.cpp \
	%reldir%/serialize.cpp \
	%reldir%/watch.cpp

dist_bin_SCRIPTS += \
	%reldir%/obmc-flash-bios

if HAVE_SYSTEMD
systemdsystemunit_DATA += \
	%reldir%/obmc-flash-bios-check-clearvolatile@.service \
	%reldir%/obmc-flash-bios-cleanup.service \
	%reldir%/obmc-flash-bios-enable-clearvolatile@.service \
	%reldir%/obmc-flash-bios-ubiattach.service \
	%reldir%/obmc-flash-bios-ubimount@.service \
	%reldir%/obmc-flash-bios-ubipatch.service \
	%reldir%/obmc-flash-bios-ubiremount.service \
	%reldir%/obmc-flash-bios-ubiumount-ro@.service \
	%reldir%/obmc-flash-bios-ubiumount-rw@.service
endif
OpenPOWER on IntegriCloud