https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: ddd6de77bd5f54659ed7086bfc471d61ee65fb9a authored by a1ex on 31 July 2014, 10:05:59 UTC
Close branch 650D-FIO_SeekSkipFile
Tip revision: ddd6de7
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