f20665008c
* [build]: put stretch debian packages under target/debs/stretch/ * in stretch build phase, all debian packages built in that stage are placed under target/debs/stretch directory. * for python-based debian packages, since they are really the same for jessie and stretch, they are placed under target/python-debs directory. Signed-off-by: Guohan Lu <gulv@microsoft.com>
5 lines
200 B
Makefile
5 lines
200 B
Makefile
CAVM_PLATFORM_DEB = cavm_platform_modules.deb
|
|
$(CAVM_PLATFORM_DEB)_SRC_PATH = $(PLATFORM_PATH)/cavm_platform_modules
|
|
SONIC_MAKE_DEBS += $(CAVM_PLATFORM_DEB)
|
|
SONIC_STRETCH_DEBS += $(CAVM_PLATFORM_DEB)
|