https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 0028818b7c00f373c6e57ee2ea6fea65a4db477e authored by Pieter Vandecandelaere on 16 May 2017, 13:00:59 UTC
initial 550D 110
Tip revision: 0028818
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_gui
MODULE_OBJS=adtg_gui.o

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

back to top