https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 617ae61b8c522a37afe57fa7c9005bd1964efe1b authored by a1ex on 19 May 2014, 20:11:41 UTC
Close branch black-level
Tip revision: 617ae61
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