mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project.
This commit is contained in:
parent
7e08fd6d07
commit
3153131fa7
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# File: BuildEnvironment.mk
|
||||||
|
# Copyright (c) 2019, Dornerworks Ltd.
|
||||||
|
#
|
||||||
|
|
||||||
BUILD_DIR = ./build
|
BUILD_DIR = ./build
|
||||||
CROSS_COMPILE_PREFIX = riscv32-unknown-elf
|
CROSS_COMPILE_PREFIX = riscv32-unknown-elf
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# File: FreeRTOS.mk
|
||||||
|
# Copyright (c) 2019, Dornerworks Ltd.
|
||||||
|
#
|
||||||
|
|
||||||
-include BuildEnvironment.mk
|
-include BuildEnvironment.mk
|
||||||
|
|
||||||
FREERTOS_DIR = ../..
|
FREERTOS_DIR = ../..
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
#
|
||||||
|
# File: Makefile
|
||||||
|
# Copyright (c) 2019, Dornerworks Ltd.
|
||||||
|
#
|
||||||
|
|
||||||
PROJ_NAME ?= simple
|
PROJ_NAME ?= simple
|
||||||
|
|
||||||
include BuildEnvironment.mk
|
include BuildEnvironment.mk
|
||||||
|
|
Loading…
Reference in a new issue