Revision 8ef5b28d670b76601e14476b00a505854abc838b authored by Shubhankar Kuranagatti on 28 April 2021, 15:39:42 UTC, committed by Helge Deller on 01 September 2021, 19:52:01 UTC
Single spaces has been removed and replaced with tabs.
This is done to maintain code uniformity.

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent ab9c13a
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-$(CONFIG_TC) += tc.o tc-driver.o
back to top