9 lines
239 B
Makefile
9 lines
239 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the SST's faulty drivers
|
|
#
|
|
|
|
obj-$(CONFIG_SST) += sst_chrdev.o boundedbuffer.o sst_common.o
|
|
CFLAGS_sst_chrdev.o := -DDEBUG
|
|
CFLAGS_sst_common.o := -DDEBUG
|
|
CFLAGS_boundedbuffer.o := -DDEBUG
|