summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-09-25 12:19:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-09-25 13:33:52 +0200
commita205b87fa241ebe165da059617007c9263f33d2e (patch)
treead265642f07dea51b60208c93dc3b0ba22fe98b5 /lib/Makefile
parentde14570aea49fcd7a3e0071d37d0ef93a980c4fd (diff)
downloadbarebox-a205b87fa241ebe165da059617007c9263f33d2e.tar.gz
barebox-a205b87fa241ebe165da059617007c9263f33d2e.tar.xz
make copy_file() globally available
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4b1074d2a4..b5326906e1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -27,4 +27,4 @@ obj-$(CONFIG_GLOB) += fnmatch.o
obj-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o
obj-y += glob.o
obj-y += notifier.o
-
+obj-y += copy_file.o