diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -330,6 +330,5 @@ wipe-doxygen: $(call make-doxy) verify: $(BR)/.bootstrap.ok - @sudo -E apt-get $(CONFIRM) $(FORCE) install clang - @make -C build-root CC=clang PLATFORM=vpp TAG=vpp wipe-all install-packages - @make -C build-root CC=clang PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages + @make -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages + @make -C build-root PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages |