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

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

Revision 1.1, Thu Nov 8 22:23:02 2007 UTC (16 years, 6 months ago) by init
Branch: MAIN

oops, forgot this on last commit

# $Id: makefile.mi.inc,v 1.1 2007/11/08 22:23:02 init Exp $
# MI Makefile part for funnyOS
#

# machine independent source files
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