https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a138cd695420757a60c60fbc5038e95b0166028c authored by a1ex on 12 April 2016, 20:07:58 UTC
Close branch powersave-refactor
Tip revision: a138cd6
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, *.fir *.FIR)

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