Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / prex-0.9.0 / bsp / boot / ppc / tools / prepboot / Makefile @ 03e9c04a

History | View | Annotate | Download (250 Bytes)

1 03e9c04a Brad Neuman
include $(SRCDIR)/mk/own.mk
2
3
TARGET:=	bootsect.bin
4
OBJS:=		bootsect.o
5
LDSCRIPT:=	bootsect.ld
6
7
include $(SRCDIR)/mk/common.mk
8
9
$(TARGET): $(OBJS) $(LDSCRIPT)
10
	$(LD) $(LDFLAGS) $(OUTPUT_OPTION) $(OBJS)
11
	$(OBJCOPY) -O binary -R .note -R .comment -S $@