https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 93d9dad994a73521a218e41d8d2ed23ff403f246 authored by Daniel Fort on 10 January 2019, 19:35:28 UTC
1300D: added Model ID to propvalues.h
Tip revision: 93d9dad
Makefile.minimal

TOP_DIR?=../..
ML_SETUP_EXTENSION=minimal
ML_SETUP_DISABLE_USER_CONFIGS = y
ML_SRC_PROFILE=minimal

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

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

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