forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/x86/ia32/Makefile
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Makefile for the ia32 kernel emulation subsystem.
34 #
45
5
-obj-$(CONFIG_IA32_EMULATION) := sys_ia32.o ia32_signal.o
6
+obj-$(CONFIG_IA32_EMULATION) := ia32_signal.o
67
78 obj-$(CONFIG_IA32_AOUT) += ia32_aout.o
89