Export serial-related functions from kernel

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-20 21:31:33 +02:00
parent fb1d7b7975
commit d6f66ca2a0
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ COMMON_CFLAGS += -march=mips3
COMMON_ASFLAGS += -march=mips3
kernel_img_HEADERS += pci.h bitmap.h video.h gfxterm.h font.h \
bitmap_scale.h bufio.h cs5536.h machine/pci.h
bitmap_scale.h bufio.h cs5536.h machine/pci.h serial.h
include $(srcdir)/conf/mips.mk