https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 732b55bff5338eaf65b0ef740db0faf769080b5f authored by a1ex on 29 July 2014, 21:43:34 UTC
Close branch 1100D-FIO_SeekSkipFile
Tip revision: 732b55b
Makefile

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

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

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

back to top