https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 05d0015de7596492403efd199642720dfd146522 authored by a1ex on 22 October 2013, 21:26:26 UTC
Close branch ppluciennik/target_compiler.
Tip revision: 05d0015
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