aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: 9d7f06c42b5cd1328bc87c986f23caa7d0a2f1f8 (plain)
1
2
3
4
5
6
7
8
include ../Makefile.config

arch.SRCS = boot.S init.s \
	    gdt.c lgdt.c \
	    lidt.c isr.c

include ../rules.mk