mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-24 18:19:33 +08:00
Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user