@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
lib
/
modules
/
5.4.0-216-generic
/
build
/
arch
/
h8300
/
kernel
/
Path :
Upload File :
New :
File
Dir
//lib/modules/5.4.0-216-generic/build/arch/h8300/kernel/Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the linux kernel. # extra-y := vmlinux.lds obj-y := process.o traps.o ptrace.o \ signal.o setup.o syscalls.o \ irq.o entry.o obj-$(CONFIG_ROMKERNEL) += head_rom.o obj-$(CONFIG_RAMKERNEL) += head_ram.o obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o obj-$(CONFIG_H8300H_SIM) += sim-console.o obj-$(CONFIG_H8S_SIM) += sim-console.o obj-$(CONFIG_CPU_H8300H) += ptrace_h.o obj-$(CONFIG_CPU_H8S) += ptrace_s.o obj-$(CONFIG_KGDB) += kgdb.o