blob: cf6a9be9d0b34bfba80af038ae0f2d9539595869 [file] [log] [blame]
# Copyright (c) 2013 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.
# cros/commands/cros_sample_crossystem test Makefile
top_srcdir ?= ../../../..
include $(top_srcdir)/include/mk/env_pre.mk
MAKE_TARGETS := cros_kernel_unittests.manifest
cros_kernel_unittests.manifest: $(wildcard $(srcdir)/*.sh)
$(SHELL) "$(abs_srcdir)/regen_manifest.sh"
include $(top_srcdir)/include/mk/generic_leaf_target.mk