https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 1f7e3ce8c2262b99d55478832cc4719270036b2e authored by alex@thinkpad on 05 February 2017, 00:37:58 UTC
Function task annotations (autogenerated).
Tip revision: 1f7e3ce
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