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

pull/4/head
Richard Barry 6 years ago
parent 7e08fd6d07
commit 3153131fa7

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

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

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

Loading…
Cancel
Save