Connect the debug driver to the build system. It has always lived only in

CVS and was not to be compiled by 'make'. However, it may serve as a template
for new drivers. Therefore add it to Makefile.am to have it in the
distribution. Note that it will only get compiled if explicitly given to
configure or if '--enable-debug' is used with '--drivers=all'.
This commit is contained in:
mmdolze
2010-12-27 10:39:35 +00:00
parent 5b6135c144
commit dfebe6206d
4 changed files with 91 additions and 85 deletions
-2
View File
@@ -1,8 +1,6 @@
#ifndef LCD_DEBUG_H
#define LCD_DEBUG_H
#include "lcd.h"
MODULE_EXPORT int debug_init (Driver *drvthis);
MODULE_EXPORT void debug_close (Driver *drvthis);
MODULE_EXPORT int debug_width (Driver *drvthis);