https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: b082b0b5f40a65c425bca4fada2c9944a55a4ec7 authored by a1ex on 19 June 2016, 18:09:33 UTC
Close branch EOSM_fps-engio_DPJPandone.
Tip revision: b082b0b
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