aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/api/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/api/Makefile')
-rw-r--r--tools/lib/api/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile
index fe1b02c2c95b..d85904dc9b38 100644
--- a/tools/lib/api/Makefile
+++ b/tools/lib/api/Makefile
@@ -21,12 +21,14 @@ CFLAGS += -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
21 21
22RM = rm -f 22RM = rm -f
23 23
24build := -f $(srctree)/tools/build/Makefile.build dir=. obj
25API_IN := $(OUTPUT)libapi-in.o 24API_IN := $(OUTPUT)libapi-in.o
26 25
26all:
27
27export srctree OUTPUT CC LD CFLAGS V 28export srctree OUTPUT CC LD CFLAGS V
29include $(srctree)/tools/build/Makefile.include
28 30
29all: $(LIBFILE) 31all: fixdep $(LIBFILE)
30 32
31$(API_IN): FORCE 33$(API_IN): FORCE
32 @$(MAKE) $(build)=libapi 34 @$(MAKE) $(build)=libapi