diff options
author | Tectu <joel@unormal.org> | 2012-08-13 13:40:48 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-08-13 13:40:48 +0200 |
commit | c14a813c6ee78b7f55bfaf40ae4012a87d6348cf (patch) | |
tree | 360f5cc35eadce6b5d5fcee66dc346ffa966ec9c /console/console.mk | |
parent | dd0aa5db1cf52f181b465571e8a492169a2efc2a (diff) | |
download | uGFX-c14a813c6ee78b7f55bfaf40ae4012a87d6348cf.tar.gz uGFX-c14a813c6ee78b7f55bfaf40ae4012a87d6348cf.tar.bz2 uGFX-c14a813c6ee78b7f55bfaf40ae4012a87d6348cf.zip |
ported console (thanks to badger)
Diffstat (limited to 'console/console.mk')
-rw-r--r-- | console/console.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/console/console.mk b/console/console.mk new file mode 100644 index 00000000..58c1b8f1 --- /dev/null +++ b/console/console.mk @@ -0,0 +1,4 @@ +LCDSRC += $(LCDLIB)/console/console.c + +LCDINC += $(LCDLIB)/console + |