Lines Matching refs:export
261 Makefiles. The top Makefile should not export it.
652 --- 7.5 Objects which export symbols
654 export-objs
660 To make a symbol available for use in modules, to "export" it,
662 addition, you need to list all object files which export symbols
664 Makefile variable $(export-objs).
668 # Objects that export symbols.
670 export-objs := isdn_common.o
864 export-objs
866 $(export-objs) is a list of all the files in the subdirectory
867 which potentially export symbols. The canonical way to construct
876 All files that export symbols go into $(export-objs). The
877 boilerplate code then uses the $(export-objs) list to separate
882 $(export-objs) list in a new-style Makefile is simpler and easier