Files
neutrino/data/scripts/Makefile.am
svenhoefer 9ff0df9d8b - data: unify and simplify Makefiles
Signed-off-by: Thilo Graf <dbt@novatux.de>
2019-05-02 21:28:01 +02:00

18 lines
232 B
Makefile

installdir = $(bindir)
install_SCRIPTS = \
backup.sh \
restore.sh \
install.sh
if BOXMODEL_CS_HD2
install_SCRIPTS += \
backup_flash.sh \
restore_flash.sh
endif
if BOXTYPE_ARMBOX
install_SCRIPTS += \
restore_flash.sh
endif