Skip to content

Commit

Permalink
Makefile fixed for korean
Browse files Browse the repository at this point in the history
  • Loading branch information
LdB-ECM committed May 1, 2019
1 parent 4fe368c commit b2736b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified Arm32_64_USB/DiskImg/kernel8-32.img
Binary file not shown.
5 changes: 2 additions & 3 deletions Arm32_64_USB/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif
Pi3-64: CFLAGS = -Wall -O3 -mcpu=cortex-a53+fp+simd -ffreestanding -nostartfiles -std=c11 -mstrict-align -fno-tree-loop-vectorize -fno-tree-slp-vectorize -Wno-nonnull-compare
Pi3-64: ARMGNU = D:/gcc-linaro-7.4.1-2019.02-i686-mingw32_aarch64-elf/bin/aarch64-elf
Pi3-64: LINKERFILE = rpi64.ld
Pi3-64: SMARTSTART = SmartStart64.S
Pi3-64: SMARTSTART = SmartStart64.S
Pi3-64: IMGFILE = kernel8.img

Pi3: CFLAGS = -Wall -O3 -mcpu=cortex-a53 -mfpu=neon-vfpv4 -mfloat-abi=hard -ffreestanding -nostartfiles -std=c11 -mno-unaligned-access -fno-tree-loop-vectorize -fno-tree-slp-vectorize -Wno-nonnull-compare
Expand Down Expand Up @@ -53,8 +53,7 @@ MAP = kernel.map

# The names of all object files that must be generated. Deduced from the
# assembly code files in source.

ASMOBJS = $(SOURCE)/$(SMARTSTART)
ASMOBJS = $(patsubst $(SOURCE)/%.S,$(BUILD)/%.o,$(SMARTSTART))
COBJS = $(patsubst $(SOURCE)/%.c,$(BUILD)/%.o,$(wildcard $(SOURCE)/*.c))


Expand Down

0 comments on commit b2736b5

Please sign in to comment.