mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-25 20:04:03 +02:00
rename typedef.h to typedefs.h
This commit is contained in:
parent
5a429fc447
commit
4ee26b812b
2
Makefile
2
Makefile
@ -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 && \
|
||||
|
@ -21,7 +21,7 @@
|
||||
#ifndef __JZ4740_H__
|
||||
#define __JZ4740_H__
|
||||
|
||||
#include "typedef.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#define UCOS_CSP 0
|
||||
|
@ -22,7 +22,7 @@
|
||||
#ifndef __JZ4750_H__
|
||||
#define __JZ4750_H__
|
||||
|
||||
#include "typedef.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#define UCOS_CSP 0
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef __NANDLIB_H__
|
||||
#define __NANDLIB_H__
|
||||
|
||||
#include "typedef.h"
|
||||
#include "typedefs.h"
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
|
Loading…
Reference in New Issue
Block a user