Fix x86_64 compiler.

This commit is contained in:
2017-03-17 22:27:06 +01:00
parent 68aeb3c211
commit 3ac7fbe46c
5 changed files with 49 additions and 367 deletions

View File

@@ -2,9 +2,9 @@
# Entry point for the project.
# Define the target.
export AW_PROJECT:=$(shell pwd)
export AW_PROJECT_NAME:=x86_64_QuartetIII
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=x86_64_domo
export AW_BOARD:=$(shell pwd)/../../board/mozart3/
export BR_BOARD:=$(shell pwd)/../../bsp/board/domo/
include $(AW_BOARD)/main.mk
include $(BR_BOARD)/main.mk