summaryrefslogtreecommitdiffstats
path: root/block/partitions/Makefile
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-24 08:25:30 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-24 07:57:08 -0600
commit387048bf67eeff8bdf7c2a41b03b48230a88b3d3 (patch)
treef6d6d18d479fd2665d0c10d7aa0ec0a201611135 /block/partitions/Makefile
parent3f4fc59c1321b74df27dcd5d77b37989ed93265b (diff)
block: merge partition-generic.c and check.c
Merge block/partition-generic.c and block/partitions/check.c into a single block/partitions/core.c as the content is closely related and both files are tiny. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions/Makefile')
-rw-r--r--block/partitions/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/block/partitions/Makefile b/block/partitions/Makefile
index 2f276b677c81..a7f05cdb02a8 100644
--- a/block/partitions/Makefile
+++ b/block/partitions/Makefile
@@ -3,8 +3,7 @@
# Makefile for the linux kernel.
#
-obj-$(CONFIG_BLOCK) := check.o
-
+obj-$(CONFIG_BLOCK) += core.o
obj-$(CONFIG_ACORN_PARTITION) += acorn.o
obj-$(CONFIG_AMIGA_PARTITION) += amiga.o
obj-$(CONFIG_ATARI_PARTITION) += atari.o