mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
rename typedef.h to typedefs.h
This commit is contained in:
2
Makefile
2
Makefile
@@ -158,7 +158,7 @@ kernel:
|
|||||||
.PHONY: inflash
|
.PHONY: inflash
|
||||||
inflash: stage1 stage2
|
inflash: stage1 stage2
|
||||||
mkdir -p $(FLASH_TOOL_BIN_PATH)
|
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) && \
|
cd $(FLASH_TOOL_PATH) && \
|
||||||
./autogen.sh && \
|
./autogen.sh && \
|
||||||
./configure && \
|
./configure && \
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#ifndef __JZ4740_H__
|
#ifndef __JZ4740_H__
|
||||||
#define __JZ4740_H__
|
#define __JZ4740_H__
|
||||||
|
|
||||||
#include "typedef.h"
|
#include "typedefs.h"
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#define UCOS_CSP 0
|
#define UCOS_CSP 0
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#ifndef __JZ4750_H__
|
#ifndef __JZ4750_H__
|
||||||
#define __JZ4750_H__
|
#define __JZ4750_H__
|
||||||
|
|
||||||
#include "typedef.h"
|
#include "typedefs.h"
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#define UCOS_CSP 0
|
#define UCOS_CSP 0
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#ifndef __NANDLIB_H__
|
#ifndef __NANDLIB_H__
|
||||||
#define __NANDLIB_H__
|
#define __NANDLIB_H__
|
||||||
|
|
||||||
#include "typedef.h"
|
#include "typedefs.h"
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
#define NULL 0
|
#define NULL 0
|
||||||
|
|||||||
Reference in New Issue
Block a user