[BACK]Return to own.mk CVS log [TXT][DIR] Up to [local] / prex-old / mk

File: [local] / prex-old / mk / own.mk (download)

Revision 1.1.1.1 (vendor branch), Tue Jun 3 09:38:45 2008 UTC (15 years, 11 months ago) by nbrk
Branch: MAIN, KOHSUKE
CVS Tags: PREX_0_8_BASE, PREX_0_7_BASE, HEAD
Changes since 1.1: +0 -0 lines

Yeah, this is an initial import of Prex, portable real-time microkernel 
operating system. I wanna hack it for non-profit but fun, so let it in.

ifndef _OWN_MK_
_OWN_MK_=1

include $(SRCDIR)/conf/config.mk

ifndef SRCDIR
@echo "Error: Please run configure at the top of source tree"
exit 1
endif

-include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)
-include $(SRCDIR)/conf/$(ARCH)/Makefile.$(ARCH)-$(PLATFORM)

endif