blob: 3a2786f1a6f2125f791a32b29134e961a6e69f1f [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Chromium Embedded Controller private files placeholder"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
S=${WORKDIR}
src_install() {
# Empty directory, we have no private sources
dodir /firmware/ec-private
}