Makefile (4860a05d2475d6f50de79f168beb893cc0066a6e) | Makefile (75efa57d0bf5fcf650a183f0ce0dc011ba8c4bc8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (c) 2000-2005 Silicon Graphics, Inc. 4# All Rights Reserved. 5# 6 7ccflags-y += -I$(src) # needed for trace events 8ccflags-y += -I$(src)/libxfs --- 129 unchanged lines hidden (view full) --- 138 agheader.o \ 139 alloc.o \ 140 attr.o \ 141 bmap.o \ 142 btree.o \ 143 common.o \ 144 dabtree.o \ 145 dir.o \ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Copyright (c) 2000-2005 Silicon Graphics, Inc. 4# All Rights Reserved. 5# 6 7ccflags-y += -I$(src) # needed for trace events 8ccflags-y += -I$(src)/libxfs --- 129 unchanged lines hidden (view full) --- 138 agheader.o \ 139 alloc.o \ 140 attr.o \ 141 bmap.o \ 142 btree.o \ 143 common.o \ 144 dabtree.o \ 145 dir.o \ |
146 fscounters.o \ |
|
146 health.o \ 147 ialloc.o \ 148 inode.o \ 149 parent.o \ 150 refcount.o \ 151 rmap.o \ 152 scrub.o \ 153 symlink.o \ --- 14 unchanged lines hidden --- | 147 health.o \ 148 ialloc.o \ 149 inode.o \ 150 parent.o \ 151 refcount.o \ 152 rmap.o \ 153 scrub.o \ 154 symlink.o \ --- 14 unchanged lines hidden --- |