0b6253baa1
- bug fix : Fixed an issue which the nps ko file was not loaded due to the wrong service file name - Optimize the code to reduce changes due to the kernel upgrade - Remove nephos ko file loaded in swss.service.j2 because it has loaded at syncd.service.j2
10 lines
302 B
Makefile
10 lines
302 B
Makefile
# Nephos Platform modules
|
|
|
|
NPS_PLATFORM_MODULE_VERSION = 1.0.1
|
|
|
|
NEPHOS_MODULE = nephos-modules_$(NPS_PLATFORM_MODULE_VERSION)_amd64.deb
|
|
$(NEPHOS_MODULE)_SRC_PATH = $(PLATFORM_PATH)/nephos-modules
|
|
$(NEPHOS_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
|
|
SONIC_DPKG_DEBS += $(NEPHOS_MODULE)
|
|
|