summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-05-13 16:00:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-05-13 16:00:11 +0200
commit06a20b38f884a0de11781c2da07e794bf3f08ee6 (patch)
treea4952d1dec5037a8cdaeca8fd1061f8f0eb3f63c /lib/Makefile
parent1ecc871b3a99416e051485e134c2a6787d15f02b (diff)
downloadbarebox-06a20b38f884a0de11781c2da07e794bf3f08ee6.tar.gz
barebox-06a20b38f884a0de11781c2da07e794bf3f08ee6.tar.xz
Add notifier framework
This is loosely based on the Linux notifier framework, but stripped down to the bare minimum. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index c52b06facb..4b1074d2a4 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -26,3 +26,5 @@ obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
obj-$(CONFIG_GLOB) += fnmatch.o
obj-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o
obj-y += glob.o
+obj-y += notifier.o
+