https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 35de32ede1fe8fdeb556414b6884686fe634209a authored by a1ex on 22 October 2013, 21:24:22 UTC
Close branch YMP/added-new-scan-mode-that-detects-the-afm-1373777014817.
Tip revision: 35de32e
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)/

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