X-Git-Url: https://git.wirehaze.ovh/stm32f411ceu6.git/blobdiff_plain/4760553fdcf14fbf9b1a060f83be0b265bd05d8c..8b035a8bab6355d1addd7440a92116e2e23e4419:/Makefile?ds=inline diff --git a/Makefile b/Makefile index eb4708a..f0ec81f 100644 --- a/Makefile +++ b/Makefile @@ -28,8 +28,6 @@ CFLAGS := -march=armv7e-m+fp \ -std=gnu90 \ -ffreestanding \ -fsingle-precision-constant \ - -pedantic \ - -pedantic-errors \ -Wall \ -Wextra \ -Wconversion \ @@ -48,7 +46,7 @@ OCFLAGS := --output-target=binary # --------------------------------------------------------------------------- # -objs := kernel.o +objs := kernel.o kentry.o lds := kernel.ld LDFLAGS += -T $(lds)