[BACK]Return to makefile.mi.inc CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm

File: [local] / funnyos / arch / testarm / makefile.mi.inc (download)

Revision 1.1.1.1 (vendor branch), Tue Oct 16 08:41:04 2007 UTC (16 years, 7 months ago) by init
Branch: nbrk
CVS Tags: init
Changes since 1.1: +0 -0 lines

Initial import of funnyos; still much more work to do

# $Id: makefile.mi.inc,v 1.1.1.1 2007/10/16 08:41:04 init Exp $
# MI Makefile part for funnyOS
#

# machine independent source files
# XXX
MISRC=  ../../kern/*.c 
MISRC+= ../../libkern/*.c
MISRC+= ../../libkern/*.S
MISRC+= ../../dev/fcons/*.c
MISRC+= ../../dev/*.c

# mi headers
MIHDR=  ../../sys/*.h
MIHDR+= ../../libkern/*.h
MIHDR+= ../../dev/fcons/*.h