https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: ea83c51de72b512bdbe4307b929ee6dfa87d9b1e authored by a1ex on 14 July 2014, 05:47:43 UTC
Close branch srm-60D
Tip revision: ea83c51
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:: install_fir

clean::
	$(call rm_files, updater*)

include $(TOP_DIR)/Makefile.inc
back to top