summaryrefslogtreecommitdiff
path: root/mbr
diff options
context:
space:
mode:
Diffstat (limited to 'mbr')
-rw-r--r--mbr/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mbr/Makefile b/mbr/Makefile
index 6ae63719..7952e60b 100644
--- a/mbr/Makefile
+++ b/mbr/Makefile
@@ -15,17 +15,7 @@
#
topdir = ..
-include $(topdir)/MCONFIG
-
-GCCOPT := $(call gcc_ok,-m32,) \
- $(call gcc_ok,-ffreestanding,) \
- $(call gcc_ok,-fno-stack-protector) \
- -march=i386 -Os
-
-LDFLAGS = -m elf_i386
-SFLAGS = $(GCCOPT)
-
-.SUFFIXES: .S .s .o .elf
+include $(topdir)/MCONFIG.embedded
all: mbr.bin gptmbr.bin