https://github.com/torvalds/linux
Raw File
Tip revision: 413541dd66d51f791a0b169d9b9014e4f56be13c authored by Linus Torvalds on 22 December 2013, 21:08:32 UTC
Linux 3.13-rc5
Tip revision: 413541d
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

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