summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-02-06 08:59:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-12 09:33:43 +0100
commit39f6392d93a81daeaaad1496b27fc157d1aa9333 (patch)
tree003fd4532870bb9d9012d3b54a5efd7ba8948139 /lib/Makefile
parent7649473f40fc037263c1c0a9f54ffa5434080d78 (diff)
downloadbarebox-39f6392d93a81daeaaad1496b27fc157d1aa9333.tar.gz
barebox-39f6392d93a81daeaaad1496b27fc157d1aa9333.tar.xz
move cmdline partition parsing code to separate file
So it's no longer local to the addpart/delpart code and can be used from other code. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 226570a7e6..b97e52dd27 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -18,6 +18,7 @@ obj-y += kfifo.o
obj-y += libbb.o
obj-y += libgen.o
obj-y += stringlist.o
+obj-y += cmdlinepart.o
obj-y += recursive_action.o
obj-y += make_directory.o
obj-y += math.o