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

# this is a very simple makefile for modules
TOP_DIR=../..

# define the module name - make sure name is max 8 characters
MODULE_NAME=ime_null
MODULE_OBJS=ime_null.o

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top