mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-17 18:41:22 +00:00
BUG=b:74952719 BRANCH=master TEST=make buildall -j Change-Id: I49c2f9729425c1c2a08d2a73449b1bfb1912ecc5 Signed-off-by: Divya Sasidharan <divya.s.sasidharan@intel.com> Reviewed-on: https://chromium-review.googlesource.com/979393 Commit-Ready: Divya S Sasidharan <divya.s.sasidharan@intel.com> Tested-by: Divya S Sasidharan <divya.s.sasidharan@intel.com> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
17 lines
406 B
Makefile
17 lines
406 B
Makefile
# -*- makefile -*-
|
|
# Copyright 2018 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.
|
|
#
|
|
# Board specific files build
|
|
#
|
|
|
|
CHIP:=npcx
|
|
CHIP_FAMILY:=npcx7
|
|
CHIP_VARIANT:=npcx7m6f
|
|
BASEBOARD:=octopus
|
|
|
|
board-y=board.o led.o
|
|
board-$(CONFIG_BATTERY_SMART)+=battery.o
|
|
board-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
|