diff options
| author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-01-02 00:39:10 +0000 |
|---|---|---|
| committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2011-01-02 00:39:10 +0000 |
| commit | 8dd087e587f0a84ab9b30965d085e65efdb57715 (patch) | |
| tree | 6ab7c982fadf78c4146db209e9701e86b2c29ae5 /Makefile | |
| parent | 475fdb43971a24c01db6d8bf5cb4351eb6b76cfe (diff) | |
| download | lcd4linux-8dd087e587f0a84ab9b30965d085e65efdb57715.tar.gz | |
driver for EFN LED modules by Tilman Glötzner
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 02d5ac3..0b3e952 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ drv_Curses.c \ drv_Cwlinux.c \ drv_D4D.c \ drv_EA232graphic.c \ +drv_EFN.c \ drv_FW8888.c \ drv_G15.c \ drv_GLCD2USB.c glcd2usb.h \ diff --git a/Makefile.in b/Makefile.in index 04b8180..3e8c657 100644 --- a/Makefile.in +++ b/Makefile.in @@ -309,6 +309,7 @@ drv_Curses.c \ drv_Cwlinux.c \ drv_D4D.c \ drv_EA232graphic.c \ +drv_EFN.c \ drv_FW8888.c \ drv_G15.c \ drv_GLCD2USB.c glcd2usb.h \ @@ -531,6 +532,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_Cwlinux.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_D4D.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_EA232graphic.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_EFN.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_FW8888.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_G15.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/drv_GLCD2USB.Po@am__quote@ |
