diff options
Diffstat (limited to 'tools/lib/api/Makefile')
| -rw-r--r-- | tools/lib/api/Makefile | 6 |
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 | ||
| 22 | RM = rm -f | 22 | RM = rm -f |
| 23 | 23 | ||
| 24 | build := -f $(srctree)/tools/build/Makefile.build dir=. obj | ||
| 25 | API_IN := $(OUTPUT)libapi-in.o | 24 | API_IN := $(OUTPUT)libapi-in.o |
| 26 | 25 | ||
| 26 | all: | ||
| 27 | |||
| 27 | export srctree OUTPUT CC LD CFLAGS V | 28 | export srctree OUTPUT CC LD CFLAGS V |
| 29 | include $(srctree)/tools/build/Makefile.include | ||
| 28 | 30 | ||
| 29 | all: $(LIBFILE) | 31 | all: fixdep $(LIBFILE) |
| 30 | 32 | ||
| 31 | $(API_IN): FORCE | 33 | $(API_IN): FORCE |
| 32 | @$(MAKE) $(build)=libapi | 34 | @$(MAKE) $(build)=libapi |
