forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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