https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9a7bde5c876abc2b18f171dfc239dd309ecec0e5 authored by Alex on 11 February 2017, 13:52:09 UTC
Close branch new_raw_format
Tip revision: 9a7bde5
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