https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4d2c7ab66cb89596732d44bc98f0da2300f19769 authored by alex@thinkpad on 14 May 2016, 16:27:02 UTC
Rewritten 12-bit and 10-bit raw with low-level EDMAC calls and register configurations (generic, no more stubs needed)
Tip revision: 4d2c7ab
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_base
MODULE_OBJS=ime_base.o

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

back to top