Mercurial > hg > Members > taiki > EFIKernel
diff boot/Makefile @ 19:2fbe46f63d4c
separate source file.
author | taiki |
---|---|
date | Fri, 08 Feb 2013 19:12:05 +0900 |
parents | ac5d699b9787 |
children |
line wrap: on
line diff
--- a/boot/Makefile Thu Feb 07 06:11:26 2013 +0900 +++ b/boot/Makefile Fri Feb 08 19:12:05 2013 +0900 @@ -15,8 +15,7 @@ LDFLAGS = -nostdlib -znocombreloc -T $(EFI_LDS) -shared -Bsymbolic -L$(EFI_LIB_PATH) $(EFI_CRT_OBJS) TARGET = bootx64.efi -OBJS = bootx64.o - +OBJS = bootx64.o config.o all: $(TARGET)