1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-25 22:15:55 +02:00

rename typedef.h to typedefs.h

This commit is contained in:
xiangfu 2009-06-26 00:19:22 +00:00
parent 5a429fc447
commit 4ee26b812b
5 changed files with 4 additions and 4 deletions

View File

@ -158,7 +158,7 @@ kernel:
.PHONY: inflash
inflash: stage1 stage2
mkdir -p $(FLASH_TOOL_BIN_PATH)
cp $(FLASH_TOOL_PATH)/src/usb_boot.cfg $(FLASH_TOOL_BIN_PATH)
cp $(FLASH_TOOL_PATH)/src/inflash.cfg $(FLASH_TOOL_BIN_PATH)
cd $(FLASH_TOOL_PATH) && \
./autogen.sh && \
./configure && \

View File

@ -21,7 +21,7 @@
#ifndef __JZ4740_H__
#define __JZ4740_H__
#include "typedef.h"
#include "typedefs.h"
#ifndef __ASSEMBLY__
#define UCOS_CSP 0

View File

@ -22,7 +22,7 @@
#ifndef __JZ4750_H__
#define __JZ4750_H__
#include "typedef.h"
#include "typedefs.h"
#ifndef __ASSEMBLY__
#define UCOS_CSP 0

View File

@ -19,7 +19,7 @@
#ifndef __NANDLIB_H__
#define __NANDLIB_H__
#include "typedef.h"
#include "typedefs.h"
#ifndef NULL
#define NULL 0