setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
11 lines
226 B
Makefile
11 lines
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for ALSA
|
|
# Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz>
|
|
#
|
|
|
|
snd-wss-lib-objs := wss_lib.o
|
|
|
|
# Toplevel Module Dependency
|
|
obj-$(CONFIG_SND_WSS_LIB) += snd-wss-lib.o
|
|
|