diff options
Diffstat (limited to 'bootstrap/stage1/arch')
-rw-r--r-- | bootstrap/stage1/arch/x86_64/make.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bootstrap/stage1/arch/x86_64/make.conf b/bootstrap/stage1/arch/x86_64/make.conf index ec364c7..7c84b5c 100644 --- a/bootstrap/stage1/arch/x86_64/make.conf +++ b/bootstrap/stage1/arch/x86_64/make.conf @@ -15,13 +15,9 @@ # You should have received a copy of the GNU General Public License along with # BoxOS; if not, see <https://www.gnu.org/licenses/>. -INCLUDE+=-I$(ARCHDIR)/include AFLAGS+=-target $(ARCH)-pc-win32-coff CFLAGS+=-mno-red-zone -mno-mmx -mno-sse -mno-sse2 -target $(ARCH)-pc-win32-coff LDFLAGS+=-entry:_start ARCH_OBJS=$(ARCHDIR)/asm/entry.o \ $(ARCHDIR)/asm/__chkstk.o \ - $(ARCHDIR)/asm/paging.o \ - $(ARCHDIR)/paging.o \ - $(ARCHDIR)/serial.o \ |