8 lines
172 B
Makefile
8 lines
172 B
Makefile
|
# mellanox fast fast boot script
|
||
|
|
||
|
MLNX_FFB_SCRIPT = mlnx-ffb.sh
|
||
|
$(MLNX_FFB_SCRIPT)_PATH = platform/mellanox/
|
||
|
SONIC_COPY_FILES += $(MLNX_FFB_SCRIPT)
|
||
|
|
||
|
export MLNX_FFB_SCRIPT
|