summaryrefslogtreecommitdiffstats
path: root/fpm/Makefile
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-28 14:40:39 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-31 23:03:30 +0200
commit0f8b5fd5a05c1261061a94270218b701c1298719 (patch)
tree56f77d1193b5334247fc91e7d98e163a83c2347a /fpm/Makefile
parentbuild: zebra: remove *_method Makefile hacks (diff)
downloadfrr-0f8b5fd5a05c1261061a94270218b701c1298719.tar.xz
frr-0f8b5fd5a05c1261061a94270218b701c1298719.zip
build: non-recursive qpb & fpm
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'fpm/Makefile')
-rw-r--r--fpm/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fpm/Makefile b/fpm/Makefile
new file mode 100644
index 000000000..1d280d176
--- /dev/null
+++ b/fpm/Makefile
@@ -0,0 +1,10 @@
+all: ALWAYS
+ @$(MAKE) -s -C .. fpm/libfrrfpm_pb.la
+%: ALWAYS
+ @$(MAKE) -s -C .. fpm/$@
+
+Makefile:
+ #nothing
+ALWAYS:
+.PHONY: ALWAYS makefiles
+.SUFFIXES: