mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# Makefile for the net shaper infrastructure.
|
||
|
#
|
||
|
# Copyright (c) 2024, Red Hat, Inc.
|
||
|
#
|
||
|
|
||
|
obj-y += shaper.o shaper_nl_gen.o
|