blob: 04e4aed2afac87b488a2aa34732a14f9361b8a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -r 2863b2f43a3b tools/libfsimage/common/Makefile
--- a/tools/libfsimage/common/Makefile Thu Dec 22 14:49:38 2011 +0000
+++ b/tools/libfsimage/common/Makefile Tue Dec 27 21:00:54 2011 +0100
@@ -4,6 +4,8 @@
MAJOR = 1.0
MINOR = 0
+CFLAGS += -DFSIMAGE_FSDIR=\"/usr/lib/fs\"
+
LDFLAGS-$(CONFIG_SunOS) = -Wl,-M -Wl,mapfile-SunOS
LDFLAGS-$(CONFIG_Linux) = -Wl,mapfile-GNU
LDFLAGS = $(LDFLAGS-y)
|