https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 16b88813ed92c65a3d358c82a71b93dcc4373991 authored by Daniel Fort on 16 April 2019, 04:24:32 UTC
M50: added installer. Still needs more work before it is working. Need to find bmp_vram_info stub.
Tip revision: 16b8881
Makefile

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

# include modules environment
include ../Makefile.modules

back to top