You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
206 B
19 lines
206 B
ifndef S
|
|
S:=$(shell cd ../../../..; pwd)
|
|
endif
|
|
TARGET= ${S}/Targets/Bonito2g1a
|
|
SUBTARGET?=Bonito
|
|
CPPFLAGS=-mips3
|
|
|
|
%OBJS
|
|
|
|
%CFILES
|
|
|
|
%SFILES
|
|
|
|
%LOAD
|
|
|
|
export CFILES OBJS SFILES
|
|
include ${S}/Makefile.inc
|
|
|
|
%RULES
|
|
|