https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 7a7e744fbd0d37857b242726f78107af83557a12 authored by alex@thinkpad on 30 January 2018, 00:38:48 UTC
Makefile: moved default QEMU directory to qemu-eos
Tip revision: 7a7e744
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:: build_fir install_prepare
	$(CP) $(UPDATE_NAME_FIR) $(INSTALL_DIR)/
	$(INSTALL_FINISH)

clean::
	$(call rm_files, *.fir *.FIR)
back to top