https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 49d8fff0ab7f289d8ecb37c49e06dc4a22dd7c17 authored by Alex on 05 September 2016, 10:47:49 UTC
Close branch Gr3g01/dmspyextra-mpu_sendrecv-stubs-for-500d-1-1469028528673.
Tip revision: 49d8fff
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