OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootimage
(Results
1 - 2
of
2
) sorted by null
/build/core/
Makefile
429
.PHONY:
bootimage
-nodeps
430
bootimage
-nodeps: $(MKEXT2IMG)
441
.PHONY:
bootimage
-nodeps
442
bootimage
-nodeps: $(MKBOOTIMG)
450
# HACK: The top-level targets depend on the
bootimage
. Not all targets
451
# can produce a
bootimage
, though, and emulator targets need the ramdisk
452
# instead. Fake it out by calling the ramdisk the
bootimage
.
[
all
...]
main.mk
84
bootimage
-nodeps
763
.PHONY:
bootimage
764
bootimage
: $(INSTALLED_BOOTIMAGE_TARGET)
[
all
...]
Completed in 34 milliseconds