Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / usr / lib / crt / Makefile @ 03e9c04a

History | View | Annotate | Download (142 Bytes)

1 03e9c04a Brad Neuman
include $(SRCDIR)/mk/own.mk
2
3
TARGET:=	$(SRCDIR)/usr/lib/crt0.o
4
SRCS:=		$(SRCDIR)/usr/arch/$(ARCH)/_crt0.S crt1.c
5
6
include $(SRCDIR)/mk/obj.mk