diff options
| author | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-09-10 18:43:12 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2010-09-10 19:16:43 +0000 |
| commit | d9400aede6ad32dde7021c739f0e8c7b570432af (patch) | |
| tree | afc8c3d289b401a8f5110dc6fcb0b5438aedebc8 | |
| parent | e37e1d3040edac06a0d4380f7eaaa7a69892c7c6 (diff) | |
| -rw-r--r-- | lib/libspl/asm-generic/atomic.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libspl/asm-generic/atomic.S b/lib/libspl/asm-generic/atomic.S new file mode 100644 index 000000000000..7550fd92b2a5 --- /dev/null +++ b/lib/libspl/asm-generic/atomic.S @@ -0,0 +1,6 @@ +Stub file for 'make dist' distdir rule. + +This file is directly referenced by ../Makefile.am as a source +file and thus will be expected by 'make dist'. To avoid this +being a problem this stub file was added. It will be overwritten +at build time based on assmebly generated from atomic.c. |
