https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: be0cb3e54752ca94ac8f8d363c9db35978c337b9 authored by alex@thinkpad on 01 September 2016, 19:21:23 UTC
console: console_clear is still used
Tip revision: be0cb3e
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