Skip to content

Commit

Permalink
[devices]: enable sonic-platform-modules-cel
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Mar 19, 2018
1 parent c121973 commit bc0521f
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 342 deletions.
2 changes: 1 addition & 1 deletion platform/broadcom/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(PLATFORM_PATH)/platform-modules-dell.mk
include $(PLATFORM_PATH)/platform-modules-ingrasys.mk
include $(PLATFORM_PATH)/platform-modules-accton.mk
include $(PLATFORM_PATH)/platform-modules-inventec.mk
#include $(PLATFORM_PATH)/platform-modules-cel.mk
include $(PLATFORM_PATH)/platform-modules-cel.mk
#include $(PLATFORM_PATH)/platform-modules-delta.mk
include $(PLATFORM_PATH)/platform-modules-quanta.mk
#include $(PLATFORM_PATH)/platform-modules-mitac.mk
Expand Down
3 changes: 3 additions & 0 deletions platform/broadcom/sonic-platform-modules-cel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Precompiled Headers
*.gch
*.pch
*.mod.c
*.ko.cmd
*.o.cmd

# Libraries
*.lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Standards-Version: 3.9.3

Package: platform-modules-dx010
Architecture: amd64
Depends: linux-image-3.16.0-5-amd64
Depends: linux-image-4.9.0-5-amd64
Description: kernel modules for platform devices such as fan, led, sfp

Empty file modified platform/broadcom/sonic-platform-modules-cel/debian/rules
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
obj-m := dx010_cpld.o mc24lc64t.o emc2305.o dx010_wdt.o leds-dx010.o lm75.o
KVERSION = $(shell uname -r)
all:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(KVERSION)/build M=$(PWD) clean
Loading

0 comments on commit bc0521f

Please sign in to comment.