2a551d3c60
( All device-specific files now reside under /device directory in a <vendor-name>/<platform-string>/<hardware-SKU> directory structure in repo. * Device-specific files are now packaged into a Debian package (sonic-device-data) and are now installed to /usr/share/sonic/device/<platform-string>/<hardware-SKU>/ directory on switch.
6 lines
174 B
Makefile
6 lines
174 B
Makefile
# sonic utilities package
|
|
|
|
SONIC_UTILS = python-sonic-utilities_1.0-1_all.deb
|
|
$(SONIC_UTILS)_SRC_PATH = $(SRC_PATH)/sonic-utilities
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_UTILS)
|