1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Remove ASLFAGS from kernel Makefile.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-02-12 22:58:21 +01:00
parent 73e44a5ff5
commit 7518b5da12

View file

@ -7,7 +7,6 @@ include ../dirs.mak
OPTLEVEL?=-g -O2 OPTLEVEL?=-g -O2
CALLTRACE?=0 CALLTRACE?=0
DISKWRITE?=1 DISKWRITE?=1
ASLFAGS?=
CPPFLAGS?= CPPFLAGS?=
CXXFLAGS?=$(OPTLEVEL) CXXFLAGS?=$(OPTLEVEL)