From 1cbdc5497c0e4b2b3b7f6d0eb259586347957d10 Mon Sep 17 00:00:00 2001 From: copy Date: Tue, 30 May 2017 15:28:28 -0500 Subject: [PATCH] Move config.js to front --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c303b05f..438f25c0 100644 --- a/Makefile +++ b/Makefile @@ -72,9 +72,9 @@ TRANSPILE_ES6_FLAGS=\ --language_out ECMASCRIPT5_STRICT\ -CORE_FILES=const.js io.js main.js lib.js fpu.js ide.js pci.js floppy.js memory.js \ +CORE_FILES=const.js config.js io.js main.js lib.js fpu.js ide.js pci.js floppy.js memory.js \ dma.js pit.js vga.js ps2.js pic.js rtc.js uart.js hpet.js acpi.js apic.js ioapic.js \ - state.js ne2k.js virtio.js bus.js log.js config.js \ + state.js ne2k.js virtio.js bus.js log.js \ cpu.js translate.js modrm.js string.js arith.js misc_instr.js instructions.js debug.js \ elf.js LIB_FILES=9p.js filesystem.js jor1k.js marshall.js utf8.js