summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-11-21 18:24:10 +0100
committerHarald Welte <laforge@gnumonks.org>2010-11-21 18:24:10 +0100
commit641f40cecc87429f1b95e174ba2a602caa99af8e (patch)
treeed636c318c9a49d2ff2eaa41904bdf81078a66d1 /src/Makefile
parent2303067ea15dc2f073c9cf8b44b82f464357bafa (diff)
Makefile: introduce 'make nofirmware' target to build host-only tools
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 1567d2de..b225d172 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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