view Kernel_withGRUB2/boot/Makefile @ 18:9e2112e2c596

add files.
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Mon, 01 Oct 2012 19:01:39 +0900
parents
children f8ef856d6691
line wrap: on
line source

include ../Makefile.def


TARGET = bootstrap.elf

$(TARGET): bootstrap.o
	$(LD) $(LDFLAGS32) $(TARGET) bootstrap.o
bootstrap.o: bootstrap.S
	$(CBC) $(BOOTCBCFLAGS) bootstrap.o bootstrap.S