# linux-kernel-t113 **Repository Path**: wangchao12138/linux-kernel-t113 ## Basic Information - **Project Name**: linux-kernel-t113 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-07-22 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 主线6.1.7 在Makefile中已经添加了默认的编译器 ```makefile ARCH =arm CORSS_COMPILE = arm-none-linux-gnueabihf- ``` 在使用前请先清除编译 ```shell make clean ``` 配置 ```shell make allwinner_t113_defconfig ``` 移植了`RTL8723DS`、`RGB565LCD`、`goodix触摸`