https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: f0c744b16b8fcea4908b71b359166654913b578a authored by alex@thinkpad on 11 September 2017, 20:15:08 UTC
silent.c: there are no info bars in paused LiveView mode
Tip revision: f0c744b
Makefile.installer

TOP_DIR?=../..
ML_SETUP_DISABLE_USER_CONFIGS=y
ML_SETUP_EXTENSION=installer
ML_SRC_PROFILE=installer

include $(TOP_DIR)/platform/Makefile.platform.base

installer:: build_fir

install:: build_fir install_prepare
	$(CP) $(UPDATE_NAME_FIR) $(INSTALL_DIR)/
	$(INSTALL_FINISH)

clean::
	$(call rm_files, *.fir *.FIR)
back to top