aboutsummaryrefslogtreecommitdiff
path: root/devices/Makefile
blob: 30935c5e09233ff5ca907642c29102f05db93f70 (plain)
1
2
3
4
5
6
7
8
include ../Makefile.config

CCFLAGS += -I. -I../${ARCH} -I../lib

devs,SRCS = pic_8259.c uart_16550.c vga.c ps2_keyboard.c

include ../rules.mk