https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: dc0ca440af938e44917b219e36c91bb834c341a8 authored by Albert Shih on 26 July 2014, 18:50:23 UTC
Close branch mlv_play.
Tip revision: dc0ca44
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