Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project.

This commit is contained in:
Richard Barry 2019-02-12 02:43:28 +00:00
parent 7e08fd6d07
commit 3153131fa7
3 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
#
# File: BuildEnvironment.mk
# Copyright (c) 2019, Dornerworks Ltd.
#
BUILD_DIR = ./build
CROSS_COMPILE_PREFIX = riscv32-unknown-elf

View file

@ -1,3 +1,8 @@
#
# File: FreeRTOS.mk
# Copyright (c) 2019, Dornerworks Ltd.
#
-include BuildEnvironment.mk
FREERTOS_DIR = ../..

View file

@ -1,3 +1,8 @@
#
# File: Makefile
# Copyright (c) 2019, Dornerworks Ltd.
#
PROJ_NAME ?= simple
include BuildEnvironment.mk