forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
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