https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 5856d47cdd37f9f98a1b699b7bd909e8f934a5b3 authored by Alex on 08 July 2016, 17:25:12 UTC
Close branch minimal
Tip revision: 5856d47
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