Include doxygen label in toplevel header

Change-Id: I8dfc08afa8255ff781104542c0a50da1519673e0
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2018-02-09 11:13:27 -07:00
parent 3371542dce
commit 553f01f0c4
2 changed files with 10 additions and 0 deletions

View File

@ -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 '' >> $@

View File

@ -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 '' >> $@