7 lines
196 B
Makefile
7 lines
196 B
Makefile
|
# sonic generic installer
|
||
|
|
||
|
SONIC_GENERIC = sonic-generic.bin
|
||
|
$(SONIC_GENERIC)_MACHINE = generic
|
||
|
$(SONIC_GENERIC)_DEPENDS += $(LINUX_KERNEL) $(INITRAMFS_TOOLS)
|
||
|
SONIC_INSTALLERS += $(SONIC_GENERIC)
|