https://github.com/torvalds/linux
Raw File
Tip revision: d2149e13e5fba83752b7050edfaefcf954a18c00 authored by Linus Torvalds on 18 March 2018, 18:59:14 UTC
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: d2149e1
Makefile
# SPDX-License-Identifier: GPL-2.0-only
debugfs-objs	:= inode.o file.o

obj-$(CONFIG_DEBUG_FS)	+= debugfs.o

back to top