From 263bb23ed2e21ed411b87c32b6c27db0f35a33a1 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 16 Feb 2013 14:47:07 +0100 Subject: partitons: add framework so we can support multiple format use filetpye to detect the parser to use Cc: Rob Herring Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- common/partitions/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 common/partitions/Makefile (limited to 'common/partitions/Makefile') diff --git a/common/partitions/Makefile b/common/partitions/Makefile new file mode 100644 index 0000000000..0a5c70d16a --- /dev/null +++ b/common/partitions/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_PARTITION_DISK_DOS) += dos.o -- cgit v1.2.3