1# Copyright 2018 The Fuchsia Authors
2#
3# Use of this source code is governed by a MIT-style
4# license that can be found in the LICENSE file or at
5# https://opensource.org/licenses/MIT
6
7LOCAL_DIR := $(GET_LOCAL_DIR)
8
9PLATFORM := generic-arm
10
11# include rules for our various arm64 boards
12include $(LOCAL_DIR)/board/*/rules.mk
13