]> wirehaze git hosting - stm32f411ceu6.git/blobdiff - Makefile

wirehaze git hosting

faultmask, kentry ()
[stm32f411ceu6.git] / Makefile
index eb4708a76161659f67a470445584c4c1f2bf4dd5..f0ec81fe237821b2eb3c8a6c2b4d8edea4f0e4dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,6 @@ CFLAGS := -march=armv7e-m+fp \
                                        -std=gnu90 \
                                        -ffreestanding \
                                        -fsingle-precision-constant \
                                        -std=gnu90 \
                                        -ffreestanding \
                                        -fsingle-precision-constant \
-                                       -pedantic \
-                                       -pedantic-errors \
                                        -Wall \
                                        -Wextra \
                                        -Wconversion \
                                        -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)
 
 lds := kernel.ld
 LDFLAGS += -T $(lds)