Revision 0f2e977af415a52dd8dd51a8d1b3e08b65336af2 authored by alex@thinkpad on 03 March 2017, 17:48:02 UTC, committed by alex@thinkpad on 03 March 2017, 17:48:02 UTC
1 parent eaa8ca8
Raw File
Makefile

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

# include modules environment
include ../Makefile.modules
back to top