mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-10 17:21:46 +00:00
7 lines
159 B
Makefile
Executable File
7 lines
159 B
Makefile
Executable File
KERNELS := onl-kernel-3.16-lts-x86-64-all:amd64
|
|
KMODULES := $(wildcard *.c)
|
|
VENDOR := netberg
|
|
BASENAME := common
|
|
ARCH := x86_64
|
|
include $(ONL)/make/kmodule.mk
|