https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8ddd0f5c3fc8018ec8128dc9c4d12c4da684d700 authored by danne on 11 December 2018, 10:58:18 UTC
closing crop_rec_4k_mlv_lite_snd_sd_uhs_HDR_croprec_isogain_1x3_presets
Tip revision: 8ddd0f5
Makefile.platform
TOP_DIR?=../..
ML_SETUP_EXTENSION=platform
ML_SRC_PROFILE?=generic

include $(TOP_DIR)/platform/Makefile.platform.base

install:: autoexec.bin
	$(CP) autoexec.bin $(INSTALL_DIR)/

# quick install for slow media (e.g. wifi cards)
# only copy autoexec.bin and the symbol file
installq: install_prepare autoexec.bin $(ML_MODULES_SYM_NAME)
	$(CP) autoexec.bin $(INSTALL_DIR)/
	$(CP) $(ML_MODULES_SYM_NAME) $(INSTALL_MODULES_DIR)/
	$(INSTALL_FINISH)

include $(TOP_DIR)/Makefile.inc

# tag any function with DUMP_ASM, then run "make dump_asm" from platform/CAM directory
dump_asm: all
	$(OBJDUMP) -d -M reg-names-raw --section=.dump_asm magiclantern
back to top