1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

[xbboot] cleanup for jz4760, split stage1.c to board-jz4740.c

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-06-04 22:31:19 +08:00
parent abec432237
commit 5b682c28e0
4 changed files with 290 additions and 251 deletions

View File

@@ -11,12 +11,13 @@ ifeq ($(CROSS_COMPILE),)
$(error CROSS_COMPILE variable not set, should point to .../mipsel-openwrt-linux-)
endif
INCPATH = -I. -I../target-common/
CFLAGS = -O2 -fno-unit-at-a-time -fno-zero-initialized-in-bss -mips32 -fno-pic \
-mno-abicalls -I$(INFLASH_SRC_PATH) -I$(XBURST_INCLUDE_PATH)
-mno-abicalls $(INCPATH)
LDFLAGS = -nostdlib -EL -T target.ld
VPATH = ../target-common
VPATH = ../target-common
OBJS = head.o stage1.o serial.o
OBJS = head.o stage1.o serial.o board-jz4740.o
all: stage1.bin