view Kernel_withGRUB2/boot/Makefile @ 19:f8ef856d6691

two new test directory
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Tue, 09 Oct 2012 17:35:53 +0900
parents 9e2112e2c596
children
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