https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: d91bac48c07b1deaf1c7da3b895ba0d5422ae747 authored by danne on 13 January 2017, 18:09:22 UTC
Closed branch ml-dng-unified_3c
Tip revision: d91bac4
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