https://bitbucket.org/daniel_fort/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

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

# include modules environment
include ../Makefile.modules
back to top