https://bitbucket.org/daniel_fort/magic-lantern
Revision bc46669fd403a18fd05f21949e9fcb5d1cf489ee authored by alex@thinkpad on 03 December 2017, 20:18:40 UTC, committed by alex@thinkpad on 03 December 2017, 20:18:40 UTC
- always install ML-SETUP.FIR (zip, install, install_qemu)
- build_fir for regular ML (not installer) now gives AUTOEXEC.FIR
- to recompile ML-SETUP.FIR: "make ML-SETUP.FIR -B" from platform directory
- "make zip" will also compile the installer from source, without replacing the precompiled ML-SETUP.FIR
  (just to make sure the source code changes do not interfere with building the installer)
1 parent 5e69462
Raw File
Tip revision: bc46669fd403a18fd05f21949e9fcb5d1cf489ee authored by alex@thinkpad on 03 December 2017, 20:18:40 UTC
Makefile: FIR building updates
Tip revision: bc46669
Makefile.modules.default
MODULE_CFLAGS += -I../../src/
ML_MODULES ?= \
	mlv_lite \
	mlv_play \
	mlv_rec \
	mlv_snd \
	file_man \
	pic_view \
	ettr \
	dual_iso \
	silent \
	dot_tune \
	autoexpo \
	arkanoid \
	deflick \
	lua \
	bench \
	selftest \
	adv_int \
back to top