blob: 598e0eea985f4d18144e4d2223effff2cf9072e9 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Copyright 2020 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.
"""Zork configs."""
from __future__ import print_function
BUILD_WORKON_PACKAGES = ('coreboot-zork',)
BUILD_PACKAGES = BUILD_WORKON_PACKAGES + ('chromeos-bootimage',)