diff options
author | Damjan Marion <damarion@cisco.com> | 2018-03-14 20:58:39 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2018-03-14 20:58:39 +0100 |
commit | 9d7a7ba3666c9d3a8e4bc06f6b22dc8267604c45 (patch) | |
tree | 247b05fc403466ffc9a6e27ab3edc16e8bbe797a /Makefile | |
parent | 05742265d422e2c3b73aa62f3e0e460918655c77 (diff) |
fix 'make build'
Change-Id: I4ec24ffd39f83d9c2d4115e7a06a5eb84a08aae8
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -332,7 +332,7 @@ dist: @ln -rs $(DIST_FILE).xz $(BR)/vpp-latest.tar.xz build: $(BR)/.bootstrap.ok - $(call make,$(PLATFORM),$(addsuffix -install,$(TARGETS))) + $(call make,$(PLATFORM)_debug,$(addsuffix -install,$(TARGETS))) wipedist: @$(RM) $(BR)/*.tar.xz |