From 43f6ab83bf23a9833355b9970ddc600e445f2805 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Tue, 10 Apr 2007 09:27:30 -0400 Subject: btrfsctl --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50d980a3..219ce80b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS = -g -Wall -Werror headers = radix-tree.h ctree.h disk-io.h kerncompat.h print-tree.h list.h \ - transaction.h + transaction.h ioctl.h objects = ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o \ root-tree.o dir-item.o hash.o file-item.o inode-item.o \ inode-map.o \ @@ -16,7 +16,11 @@ check=sparse $(CHECKFLAGS) $(check) $< $(CC) $(CFLAGS) -c $< -all: bit-radix-test tester debug-tree quick-test dir-test tags mkfs.btrfs +all: bit-radix-test tester debug-tree quick-test dir-test tags mkfs.btrfs \ + btrfsctl + +btrfsctl: ioctl.h btrfsctl.o + gcc $(CFLAGS) -o btrfsctl btrfsctl.o mkfs.btrfs: $(objects) mkfs.o gcc $(CFLAGS) -o mkfs.btrfs $(objects) mkfs.o -luuid -- cgit v1.2.3