blob: c192452d920e3bb156290c5b96e0e39ae7789f46 [file] [log] [blame]
# Copyright (c) 2012 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.
include common.mk
PC_DEPS = libbrillo libchrome
PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS))
PC_LIBS := $(shell $(PKG_CONFIG) --libs $(PC_DEPS))
LDLIBS += $(PC_LIBS)
CPPFLAGS += $(PC_CFLAGS)
all: CXX_BINARY(sis-updater)
CXX_BINARY(sis-updater): src/sis_fw_updater.o
clean: CLEAN(CXX_BINARY(sis-updater))