Remove nasm dependency
This commit is contained in:
parent
d89c916711
commit
6f8a24927a
2 changed files with 2 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -7,8 +7,6 @@ DISTFILES = $(KERNEL) $(PROGRAMS)
|
|||
FLOPPY = 1440
|
||||
|
||||
# Programs used for building
|
||||
NASM = nasm
|
||||
NASM_ARGS = -s --before "cpu 8086" -DPRODUCT=$(PRODUCT) -DVERSION=$(VERSION)
|
||||
AS = host/as
|
||||
SYS = ./sys.elf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue