https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 85a191b5121c3797bf4ae85aaefd3786d2338a97 authored by a1ex on 19 August 2014, 05:35:31 UTC
Close branch dot-tune
Tip revision: 85a191b
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