Linux Audio

Check our new training course

Real-Time Linux with PREEMPT_RT training

Feb 18-20, 2025
Register
Loading...
v4.10.11
 
1#
2# Makefile for the linux kernel.
3#
4
5obj-y := entry.o platform.o
6obj-$(CONFIG_SMP) += smp.o
7obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o
v5.4
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the linux kernel.
4#
5
6obj-y := entry.o platform.o ctop.o
7obj-$(CONFIG_SMP) += smp.o
8obj-$(CONFIG_EZNPS_MTM_EXT) += mtm.o