8 lines
156 B
Makefile
8 lines
156 B
Makefile
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += start.o edison.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += dsdt.o
|