mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
MODLIB_SYSTEM_SYMTAB: Rename the generated file
To avoid conflict with ./libs/libc/modlib/modlib_symtab.c
This commit is contained in:
committed by
patacongo
parent
15242a65b6
commit
a62aa84448
+2
-2
@@ -124,12 +124,12 @@ endif
|
||||
|
||||
ifeq ($(CONFIG_MODLIB_SYSTEM_SYMTAB),y)
|
||||
|
||||
modlib_symtab.c : $(CSVFILES) $(MKSYMTAB)
|
||||
modlib_sys_symtab.c : $(CSVFILES) $(MKSYMTAB)
|
||||
$(Q) cat $(CSVFILES) | LC_ALL=C sort >$@.csv
|
||||
$(Q) $(MKSYMTAB) $@.csv $@ $(CONFIG_MODLIB_SYMTAB_ARRAY) $(CONFIG_MODLIB_NSYMBOLS_VAR)
|
||||
$(Q) rm -f $@.csv
|
||||
|
||||
CSRCS += modlib_symtab.c
|
||||
CSRCS += modlib_sys_symtab.c
|
||||
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user