https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 324eb35f10eb07a5478d1b20dafe12fc1f5fef73 authored by alex@thinkpad on 21 June 2018, 06:03:18 UTC
Close branch 7D2-dumper (please use digic6-dumper instead)
Tip revision: 324eb35
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