https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e6534cb19ebd515daafbadab7245a301478a6871 authored by a1ex on 06 May 2014, 17:52:24 UTC
Close branch gui-timers-eosm
Tip revision: e6534cb
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