
- this patch based on Florian Zeitz's hint git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@400 315a16e6-25f9-4109-90ae-ca3045a26c18
5 lines
192 B
Makefile
5 lines
192 B
Makefile
C_source := scc.c gdt.c kb.c timer.c irq.c isrs.c idt.c vga.c multiboot.c apic.c pci.c processor.c
|
|
ASM_source := entry.asm string.asm
|
|
MODULE := arch_x86_kernel
|
|
|
|
include $(TOPDIR)/Makefile.inc
|