Files
recycled-ni-neutrino/data/scripts/Makefile.am
vanhofen 2a839f1a08 data: unify and simplify Makefiles
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4e58ef51f3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-05-01 (Wed, 01 May 2019)

Origin message was:
------------------
- data: unify and simplify Makefiles

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2019-05-01 18:15:30 +02:00

19 lines
245 B
Makefile

installdir = $(bindir)
install_SCRIPTS = \
backup.sh \
restore.sh \
wakeup.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