Makefile: introduce 'make nofirmware' target to build host-only tools
authorHarald Welte <laforge@gnumonks.org>
Sun, 21 Nov 2010 17:24:10 +0000 (18:24 +0100)
committerHarald Welte <laforge@gnumonks.org>
Sun, 21 Nov 2010 17:24:10 +0000 (18:24 +0100)
src/Makefile

index 1567d2d..b225d17 100644 (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