aboutsummaryrefslogtreecommitdiff
path: root/devnode/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement device_open_new for all the translators implementing the device ↵Flavio Cruz2023-05-071-1/+1
| | | | | | interface. Message-Id: <ZFfcloxDKSiyHJTH@jupiter.tail36e24.ts.net>
* Add missing libraries to fix link errorsFlavio Cruz2015-12-301-1/+1
| | | | | | | | | | | | | | This fixes several linking problems I had in my recent cross-compilation of the Hurd. I added missing static libraries and also organized some of the targets for more concise rules. * console-client/Makefile: Add libiohelp.a and libihash.a. * daemons/Makefile: Add libihash.a and libshouldbeinlibc.a. * devnode/Makefile: Add iohelp and ihash to HURDLIBS. * random/Makefile: Likewise. * trans/Makefile: Reorder targets alphabetically and add libiohelp.a and libihash.a. * utils/Makefile: Add libihash.a.
* Add devnode translatorSamuel Thibault2015-11-291-0/+30
* devnode: New directory * Makefile (prog-subdirs): Add devnode.