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
|