https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7f812755c8947c3de2700b224a9cfc700d1c37cf authored by a1ex on 30 September 2015, 18:09:25 UTC
Close branch cr2hdr-20bit
Tip revision: 7f81275
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