mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
38fc7a0780
To build a version with early UART support, set it in config.h Signed-off-by: Hector Martin <marcan@marcan.st>
11 lines
161 B
C
11 lines
161 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define USE_FB
|
|
|
|
// Target for device-specific debug builds
|
|
//#define TARGET T8103
|
|
|
|
#endif
|