Makefile: introduce 'make nofirmware' target to build host-only tools

This commit is contained in:
Harald Welte 2010-11-21 18:24:10 +01:00
parent 2303067ea1
commit 641f40cecc
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ OSMOCORE_CONFIGURE_ENV= LIBOSMOCORE_LIBS=$(TOPDIR)/shared/libosmocore/build-host
LIBOSMOCORE_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include \
LIBOSMOVTY_CFLAGS=-I$(TOPDIR)/shared/libosmocore/include
all: libosmocore-host libosmocore-target layer23 osmocon gsmmap firmware
all: libosmocore-target nofirmware firmware
nofirmware: libosmocore-host layer23 osmocon gsmmap
libosmocore-host: shared/libosmocore/build-host/src/.libs/libosmocore.la