tools build: Build fixdep helper from perf and basic libs
[firefly-linux-kernel-4.4.55.git] / tools / lib / lockdep / Makefile
index d12081da383ba669023f71af2bb5ac053307a5fc..7e319afac78a0763967b0cb8c2d38842e69c9302 100644 (file)
@@ -93,6 +93,8 @@ else
   print_install =              echo '  INSTALL  '$1'   to      $(DESTDIR_SQ)$2';
 endif
 
+all:
+
 export srctree OUTPUT CC LD CFLAGS V
 include $(srctree)/tools/build/Makefile.include
 
@@ -109,7 +111,7 @@ CMD_TARGETS = $(LIB_FILE)
 TARGETS = $(CMD_TARGETS)
 
 
-all: all_cmd
+all: fixdep all_cmd
 
 all_cmd: $(CMD_TARGETS)