blob: dfd77a5194458214eb8ffc744fb6180dee67037f [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
LOCAL_DIR := $(GET_LOCAL_DIR)
PLATFORM := generic-arm
DEVICE_TREE := $(GET_LOCAL_DIR)/device-tree.dtb
KERNEL_LOAD_OFFSET := 0x1080000
include make/kernel-images.mk
PLATFORM_VID := 3 # PDEV_VID_GOOGLE
PLATFORM_PID := 1 # PDEV_PID_GAUSS
PLATFORM_BOARD_NAME := gauss
# build MDI
MDI_SRCS := \
$(LOCAL_DIR)/gauss.mdi \