mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/libb2: rename config.h to libb2_config.h
This is to avoid conflics with other config.h files, e.g. when building for esp8266 where $(NEWLIB)/xtensa-lx106-elf/include/config.h gets included instead.
This commit is contained in:
parent
bf410c84f1
commit
4707f6b749
@ -1,5 +1,5 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
#ifndef LIBB2_CONFIG_H
|
||||
#define LIBB2_CONFIG_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
@ -22,4 +22,4 @@ extern "C" {
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* CONFIG_H */
|
||||
#endif /* LIBB2_CONFIG_H */
|
BIN
pkg/libb2/patches/0001-rename-config.h-to-libb2_config.h.patch
Normal file
BIN
pkg/libb2/patches/0001-rename-config.h-to-libb2_config.h.patch
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user