Home
last modified time | relevance | path

Searched refs:EINFO_SRC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/
H A DMakefile.com27 EINFO_SRC =../../common/bblk_einfo.c
55 bblk_einfo.o: $(EINFO_SRC)
56 $(COMPILE.c) -o $@ $(EINFO_SRC)
/illumos-gate/usr/src/cmd/boot/installgrub/
H A DMakefile28 EINFO_SRC= ./../common/bblk_einfo.c macro
72 bblk_einfo.o: $(EINFO_SRC)
73 $(COMPILE.c) -o $@ $(EINFO_SRC)
/illumos-gate/usr/src/tools/btxld/
H A DMakefile22 EINFO_SRC= $(COMMON_SRC)/bblk_einfo.c macro
28 SRCS= btxld.c elfh.c version.c $(UTILS_SRC) $(EINFO_SRC) $(EXTRA_SRC)