https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f6d413b43c9441204539a1fd7c1981f89db3f767 authored by Daniel Fort on 30 April 2018, 23:02:49 UTC
Closed branch cr2hdr
Tip revision: f6d413b
Makefile
# this is a very simple makefile for modules
TOP_DIR=../..

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

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

CFLAGS += 
back to top