Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / bsp / boot / x86 / tools / bootsect / Makefile @ 03e9c04a

History | View | Annotate | Download (249 Bytes)

1
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 $@