blob: 4e1e7c18da95f1b52db95cb0d03e1ae6befa2342 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be found
# in the LICENSE file.
ROOT := $(DESTDIR)/opt/Qualcomm
PREFIX := $(DESTDIR)
CXXFLAGS += -fPIC
sdk :
$(MAKE) -C GobiConnectionMgmt
$(MAKE) -C GobiImageMgmt
qdl :
$(MAKE) -C GobiQDLService
install : sdk qdl
$(MAKE) -C Core install PREFIX=$(PREFIX)
$(MAKE) -C GobiConnectionMgmt install PREFIX=$(PREFIX)
$(MAKE) -C GobiImageMgmt install PREFIX=$(PREFIX)
$(MAKE) -C GobiQDLService install
$(MAKE) -C Tools install PREFIX=$(PREFIX)