forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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