Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Removing COMPAT stuff from kernel
On Wed, Jul 30, 2025 at 03:20:45PM +0000, Vincent DEFERT wrote:
> Is there a way to remove all the compatibility code (Linux, 32 bit, etc)
> when building the kernel?
Create a custom kernel config file and do something like:
---8<---
include "arch/evbarm/conf/GENERIC"
no options COMPAT_LINUX
no options COMPAT_90
--->8---
Martin
Home |
Main Index |
Thread Index |
Old Index