7 lines
182 B
Makefile
7 lines
182 B
Makefile
|
# sonic aboot installer
|
||
|
|
||
|
SONIC_ABOOT = sonic-aboot.bin
|
||
|
$(SONIC_ABOOT)_MACHINE = aboot
|
||
|
$(SONIC_ABOOT)_DEPENDS += $(LINUX_KERNEL) $(INITRAMFS_TOOLS)
|
||
|
SONIC_INSTALLERS += $(SONIC_ABOOT)
|