https://github.com/torvalds/linux
Raw File
Tip revision: 6b7b284958d47b77d06745b36bc7f36dab769d9b authored by Linus Torvalds on 24 December 2009, 21:09:41 UTC
Linux 2.6.33-rc2
Tip revision: 6b7b284
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

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