Browse Source

TT#49106 Move target all as a prerequisite for the kernel-module

Change-Id: I6dd8a8362d8b26ad760c252b6d97e97a8b3cd931
changes/71/25871/3
Guillem Jover 7 years ago
parent
commit
7bf0f52b94
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@ -10,8 +10,7 @@ all:
$(MAKE) -C iptables-extension
$(MAKE) -C t
with-kernel:
$(MAKE) all
with-kernel: all
$(MAKE) -C kernel-module
distclean clean:


Loading…
Cancel
Save