https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 139c28fe277aa9f50c04465172bf175bf93b181b authored by alex@thinkpad on 12 April 2016, 22:34:30 UTC
cf_acc: use hdparm's identify.c to print details about the CF card
Tip revision: 139c28f
Makefile.installer

TOP_DIR?=../..
ML_SETUP_DISABLE_USER_CONFIGS=y
ML_SETUP_EXTENSION=installer
ML_SRC_PROFILE=installer

include $(TOP_DIR)/platform/Makefile.platform.base

installer:: build_fir

install:: install_fir

clean::
	$(call rm_files, *.fir *.FIR)

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