summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/src/Makefile
blob: ba4b6008ac09e6e08edc281a13fac0d2f61fe438 (plain)
1
2
3
4
5
6
7
8
9
10
11
##################################################
# (c) ELMH Group, all rights reserved.
# This is the bootloader makefile.
##################################################

ASM=nasm
FLAGS=-f win64

.PHONY: syscall_unit
syscall_unit:
	$(ASM) $(FLAGS) SysCallDispatcher.asm -o SysCallDispatcher.o