From cf4bf5dbf01daf9e1ca230962b75850735351b06 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 20 Dec 2018 18:44:54 +0100 Subject: [PATCH] TT#49106 Clean up PHONY targets Remove duplicated install target, add with-kernel. Change-Id: I616f537ee4b28c3b0b71efe97ef778791a2abf64 --- Makefile | 2 ++ lib/common.Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 371b118d6..b182b9e6b 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,8 @@ all: $(MAKE) -C iptables-extension $(MAKE) -C t +.PHONY: with-kernel + with-kernel: all $(MAKE) -C kernel-module diff --git a/lib/common.Makefile b/lib/common.Makefile index d0e925fec..184e221c0 100644 --- a/lib/common.Makefile +++ b/lib/common.Makefile @@ -53,4 +53,4 @@ fix_frame_channel_layout.h: ../lib/fix_frame_channel_layout-* rm -f fix_frame_channel_layout-test.[co]; \ test -f "$@" -.PHONY: all debug dep clean install install +.PHONY: all debug dep clean install