mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Rename lib_generic/ to lib/
Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:

committed by
Wolfgang Denk

parent
ea0364f1bb
commit
78acc472d9
@ -26,6 +26,6 @@
|
||||
#ifndef __LZMADEC_H__FAKE__
|
||||
#define __LZMADEC_H__FAKE__
|
||||
|
||||
#include "../../lib_generic/lzma/LzmaDec.h"
|
||||
#include "../../lib/lzma/LzmaDec.h"
|
||||
|
||||
#endif
|
||||
|
@ -26,6 +26,6 @@
|
||||
#ifndef __LZMATOOLS_H__FAKE__
|
||||
#define __LZMATOOLS_H__FAKE__
|
||||
|
||||
#include "../../lib_generic/lzma/LzmaTools.h"
|
||||
#include "../../lib/lzma/LzmaTools.h"
|
||||
|
||||
#endif
|
||||
|
@ -31,6 +31,6 @@
|
||||
*/
|
||||
#define Byte LZByte
|
||||
|
||||
#include "../../lib_generic/lzma/Types.h"
|
||||
#include "../../lib/lzma/Types.h"
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user