Skip to content

Commit

Permalink
Changed image.elf to ixmage.elf to closer line up to master prior to …
Browse files Browse the repository at this point in the history
…merge.
  • Loading branch information
ccs4ever committed Jul 14, 2011
1 parent 9d31374 commit 4c519cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ img := img.iso
srcs := $(wildcard *.c *.s)
objs := 00entry.o $(srcs:%.c=%.o)
objs := $(objs:%.s=%.o)
target := image.elf
target := ixmage.elf
AS=$(CC)
CFLAGS = -Wall -mtune=i386 -mno-mmx -mno-3dnow -mno-sse2 -mno-sse3 -mno-sse -mno-tls-direct-seg-refs -nostdlib -nostdinc -ffreestanding -I../include/
ASFLAGS := $(CFLAGS) -c
Expand Down

0 comments on commit 4c519cf

Please sign in to comment.