summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unnecessary internal relocationsMiloslav Trmač2010-08-231-1/+1
| | | | | | | | | | Use __attribute__((visibility("hidden"))) for __ncr_file_descriptor to take advantage of PIC addressing instead of going through the dynamic linker. Add an internal alias for ncr_global_init() for the same reason. Add an internal header file to consolidate the "extern" references in the process.
* Allow overriding CFLAGSMiloslav Trmač2010-08-231-3/+8
|
* Abstract <linux/ncr.h> from <ncrypto.h> usersMiloslav Trmač2010-08-231-2/+8
| | | | | | | | | Let <ncrypto.h> users #include this header file alone, without caring about <linux/ncr.h>. To do so, set up a temporary copy of ncr.h so that the #include <linux/ncr.h> works at build time as well.
* Delete libcryptodev.so* on (make clean)Miloslav Trmač2010-08-231-1/+1
|
* Initial userspace library versionJan Chadima2010-08-231-2/+9
|
* Initial additions to have PK encryption/decryption. Separated operationsNikos Mavrogiannopoulos2010-07-121-5/+8
| | | | | on keys to read/write to prevent overwriting a key while using it. Several other cleanups.
* Added missing makefile.Nikos Mavrogiannopoulos2010-06-181-0/+9