https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: e570ae990944162b1a3c06b58867f644b07511da authored by a1ex on 19 June 2016, 18:37:47 UTC
Close branch 6D.116.
Tip revision: e570ae9
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

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