32bit_kernel/Makefile.common

7 lines
335 B
Makefile
Raw Normal View History

2023-09-04 14:14:06 +00:00
CFLAGS = -std=gnu99 -Os -Wall -Wextra -fno-builtin -ffreestanding -m32 -fno-asynchronous-unwind-tables -fno-common -fno-pie -march=i486 -fno-stack-protector -ffunction-sections -fdata-sections
LDFLAGS = -nostdlib -Wl,--build-id=none,--gc-sections -nostartfiles -static -m32
ASFLAGS = -m32
GRUBDIR = iso
SOURCEDIR = src
TARGET = kernel