Browse Source

TT#49106 Clean up PHONY targets

Remove duplicated install target, add with-kernel.

Change-Id: I616f537ee4b28c3b0b71efe97ef778791a2abf64
changes/99/25899/1
Guillem Jover 7 years ago
parent
commit
cf4bf5dbf0
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      Makefile
  2. +1
    -1
      lib/common.Makefile

+ 2
- 0
Makefile View File

@ -10,6 +10,8 @@ all:
$(MAKE) -C iptables-extension
$(MAKE) -C t
.PHONY: with-kernel
with-kernel: all
$(MAKE) -C kernel-module


+ 1
- 1
lib/common.Makefile View File

@ -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

Loading…
Cancel
Save