mirror of
https://github.com/intel/isa-l.git
synced 2025-02-24 23:34:45 +01:00
Include doxygen label in toplevel header
Change-Id: I8dfc08afa8255ff781104542c0a50da1519673e0 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
3371542dce
commit
553f01f0c4
@ -111,6 +111,11 @@ CLEANFILES += isa-l.h
|
||||
isa-l.h:
|
||||
@echo 'Building $@'
|
||||
@echo '' >> $@
|
||||
@echo '/**' >> $@
|
||||
@echo ' * @file isa-l.h' >> $@
|
||||
@echo ' * @brief Include for ISA-L library' >> $@
|
||||
@echo ' */' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '#ifndef _ISAL_H_' >> $@
|
||||
@echo '#define _ISAL_H_' >> $@
|
||||
@echo '' >> $@
|
||||
|
5
make.inc
5
make.inc
@ -229,6 +229,11 @@ $(so_lib_name): $(shared_objs) $(aobjs)
|
||||
isa-l.h:
|
||||
@echo 'Building $@'
|
||||
@echo '' >> $@
|
||||
@echo '/**' >> $@
|
||||
@echo ' * @file isa-l.h' >> $@
|
||||
@echo ' * @brief Include for ISA-L library' >> $@
|
||||
@echo ' */' >> $@
|
||||
@echo '' >> $@
|
||||
@echo '#ifndef _ISAL_H_' >> $@
|
||||
@echo '#define _ISAL_H_' >> $@
|
||||
@echo '' >> $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user